添加了Readme文件说明
This commit is contained in:
parent
f5c06bb002
commit
3acf9c9f55
15
README.md
15
README.md
|
@ -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/).
|
||||||
|
|
Loading…
Reference in New Issue