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