一、初始化项目并且关联远程仓库
1.创建项目 ( vue init webpack countryside )
Administrator@PC-20180706NCIX MINGW64 ~/Desktop $ vue init webpack countrysideYunCang ? Project name (countrysideYunCang) ? Project name (countrysideYunCang) countryside ? Project name countryside ? Project description (A Vue.js project) 乡间云仓是一个进货供货管理的后台管理系统( 学校-供应商 ) ? Author (Smile-lrn <17839193052@163.com>) ? Author Smile-lrn <17839193052@163.com> ? Vue build (Use arrow keys) ? Vue build standalone ? Install vue-router? (Y/n) y ? Install vue-router? Yes ? Use ESLint to lint your code? (Y/n) n ? Use ESLint to lint your code? No ? Set up unit tests (Y/n) n ? Set up unit tests No ? Setup e2e tests with Nightwatch? (Y/n) n ? Setup e2e tests with Nightwatch? No ? Should we run `npm install` for you after the project has been created? (recom ? Should we run `npm install` for you after the project has been created? (recom mended) npm vue-cli · Generated "countrysideYunCang". # Installing project dependencies ... ..................................................... # Project initialization finished! # ======================== To get started: cd countrysideYunCang npm run dev