# chatWall **Repository Path**: qiapi/chatWall ## Basic Information - **Project Name**: chatWall - **Description**: 华工无协微信墙 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-10-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chatwall > A Vue.js project ## 开发说明 直接克隆项目到本地,每次完成一个功能提交修改直接推送到远程,每次推送到远程仓库后在群里同步一下,下一次开发要拉取远程新代码以保证同步,远程代码和本地代码有冲突需要解决冲突后合并,冲突可以自行解决的自行合并,有疑问的和对应的开发人员协商。 大致需要用到的几个git操作,可以重点看,其他的应该不会用到= =: git clone git add git commit git push git pull ## Build Setup ``` bash # install dependencies npm install #启动项目 npm start ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). ## 架构说明 主要关注以下几个文件: index.html ——可以看作入口的HTML文件,组件在这里渲染 src/App.vue ——最外层的组件 src/router.js ——设置路由 src/components ——存放组件 每个xxx.vue是一个组件,引用组件需要import 组件中```