vue-cli 已经创建了 为什么还是不能创建基于webpack的新项目
这是显示的内容 找了半天也没找到方法
这是显示的内容 找了半天也没找到方法
2018-06-05
为什么我创建文件的时候少了很多文件?
Vue CLI v3.0.0-rc.1
? Please pick a preset: default (babel, eslint)
Vue CLI v3.0.0-rc.1
✨ Creating project in C:\Users\wzm\Desktop\todolist3.
? Initializing git repository...
⚙ Installing CLI plugins. This might take a while...
> yorkie@1.0.3 install C:\Users\wzm\Desktop\todolist3\node_modules\yorkie
> node bin/install.js
setting up Git hooks
done
added 1416 packages in 73.379s
? Invoking generators...
? Installing additional dependencies...
added 1 package in 11.862s
⚓ Running completion hooks...
? Successfully created project todolist3.
? Get started with the following commands:
$ cd todolist3
$ npm run serve
WARN Skipped git commit due to missing username and email in git config.
You will need to perform the initial commit yourself.
举报