使用vue-cli3初始化一个项目

2019-08-03  本文已影响0人  卧槽6662333

安装

若是安装报如下错误:

npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5

运行 :npm install -g @vue/cli --registry=https://registry.npm.taobao.org

创建

vue create vue-learn
Vue CLI v3.9.3
┌────────────────────────────┐
│  Update available: 3.10.0  │
└────────────────────────────┘
? Please pick a preset: (Use arrow keys)
❯ test (vue-router, vuex, stylus, babel, eslint, unit-mocha) 
  default (babel, eslint) 
  Manually select features 

启动

cd vue-learn
npm run serve
上一篇下一篇

猜你喜欢

热点阅读