操作终端
npm install
安装依赖 axios jsonwebtoken
npm install axios --save
npm install jsonwebtoken --save
npm i [email protected] [email protected] [email protected]
查看 package.json 得到的版本应为:
"vue": "^3.2.8",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
安装组件库 Element Plus
npm install element-plus --save
npm run serve
npm run build
npm run lint