2018-10-23

2018-10-23  本文已影响0人  Stysteve丶雷

1,下载镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

2,上传coding 因为上传到coding可以长期的保存自己的项目

  git init
  git add  .
  git commit -m "first commit"
  git push -u origin master

3,使用v-cli创建项目

     webpack npm install webpack -g 
     cnpm install vue-cli -g 
     vue init webpack  domel
    cnpm install 
    npm run dev
    cnpm run build
上一篇下一篇

猜你喜欢

热点阅读