一、初始化项目并且关联远程仓库

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
View Code

相关文章:

  • 2022-12-23
  • 2021-07-03
  • 2021-07-26
  • 2021-07-04
  • 2022-12-23
  • 2021-08-24
  • 2021-08-31
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2021-04-11
  • 2022-01-15
  • 2021-12-26
  • 2021-10-25
相关资源
相似解决方案