Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 766 Bytes

README.md

File metadata and controls

48 lines (41 loc) · 766 Bytes

otproject

操作终端

Project setup

npm install

Dependencies 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 install

安装组件库 Element Plus
npm install element-plus --save

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.