# zhikong.com-vue3-tpl **Repository Path**: huruqing/zhikong.com-vue3-tpl ## Basic Information - **Project Name**: zhikong.com-vue3-tpl - **Description**: ................ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-06 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明文档 ## 安装依赖 npm i ## 运行项目 npm run dev ## 提交代码 1. 更新代码: git pull 2. 添加代码: git add . 3. 提交代码: git commit -m"xxx" 4. 推送代码: git push origin master -u (第一次)后面只需要 git push ## 页面跳转 注: to="xxx", xxx是要跳转到的页面, 在router/index.js里可以查看到 技术