Aucune description

lifuquan d1d87d6d13 20220727 il y a 2 ans
doc d1d87d6d13 20220727 il y a 2 ans
public f12d60388f init il y a 2 ans
src d1d87d6d13 20220727 il y a 2 ans
.gitignore f12d60388f init il y a 2 ans
README.md d1d87d6d13 20220727 il y a 2 ans
babel.config.js f12d60388f init il y a 2 ans
jsconfig.json d1d87d6d13 20220727 il y a 2 ans
package-lock.json f12d60388f init il y a 2 ans
package.json d1d87d6d13 20220727 il y a 2 ans
vue.config.js f12d60388f init il y a 2 ans

README.md

vue3_demo

Project setup

# 创建项目
vue create vue3_demo
# 添加依赖
cnpm install element-plus --save
cnpm install axios --save
# 重新安装依赖
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.