vue项目初始化

来源:互联网 发布:brooks跑鞋矩阵 编辑:程序博客网 时间:2024/06/07 12:44
d:\workspace\jike>vue init webpack wechat


? Target directory exists. Continue? Yes
  A newer version of vue-cli is available.


  latest:    2.8.2
  installed: 2.8.1


  This will install Vue 2.x version of the template.


  For Vue 1.x use: vue init webpack#1.0 wechat




? Project name wechat 回车
? Project description A Vue.js project
? Author
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? No
? Setup unit tests with Karma + Mocha? No
? Setup e2e tests with Nightwatch? No


   vue-cli · Generated "wechat".


   To get started:


     cd wechat
     npm install
     npm run dev


   Documentation can be found at https://vuejs-templates.github.io/webpack
原创粉丝点击