题外话
吐槽下,vue的学习是真的头痛。
前端环境
node.js | npm | vue-cli | webpack
C:\Users\Administrator>npm -v
6.14.4
C:\Users\Administrator>node -v
v12.18.0
C:\Users\Administrator>npm webpack -v
6.14.4
C:\Users\Administrator>vue -V
@vue/cli 4.4.4
vue脚手架创建新项目
如果提示缺什么就安装什么,但是我确实缺少东西。
创建新项目:
vue init webpack spy-vue
? Project name spy-project
![1.png](https://img.haomeiwen.com/i5460809/6433bbf3b397f67e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
? Project description sunpy
? Author sunpy
? Vue build (Use arrow keys)
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? No
? Set up unit tests Yes
? Pick a test runner jest
? Setup e2e tests with Nightwatch? Yes
初始化完成vue项目
使用idea打开spy-vue项目:
运行项目:npm run dev
网友评论