添加了Readme文件说明

This commit is contained in:
abu 2024-04-08 12:39:36 +08:00
parent f5c06bb002
commit 3acf9c9f55
1 changed files with 9 additions and 6 deletions

View File

@ -1,24 +1,27 @@
# vant-vue3 # vant-vue3
# 项目用到的技术
## Project setup ### 当下最流行的 vue3+vant4+pinia+pinia-plugin-persist+vue-router+axios实现
### 这前端技术当下相当主流的
## 项目设置
### 安装依赖
``` ```
npm install npm install
``` ```
### Compiles and hot-reloads for development ### 编译和热重载以进行开发
``` ```
npm run serve npm run serve
``` ```
### Compiles and minifies for production ### 为生产环境进行编译和缩小
``` ```
npm run build npm run build
``` ```
### Lints and fixes files ### Lints 和修复文件
``` ```
npm run lint npm run lint
``` ```
### Customize configuration ### 自定义配置
See [Configuration Reference](https://cli.vuejs.org/config/). See [Configuration Reference](https://cli.vuejs.org/config/).