ag-element-ui/README.md

32 lines
587 B
Markdown
Raw Permalink Normal View History

2024-06-28 15:13:20 +08:00
# my-erp-element
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
2024-06-29 19:31:28 +08:00
npm run dev
2024-06-28 15:13:20 +08:00
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
2024-06-28 15:40:15 +08:00
# 小变动比如修复bug等版本号变动 v1.0.0->v1.0.1
npm version patch
# 增加新功能,不影响现有功能,版本号变动 v1.0.0->v1.1.0
npm version minor
# 破坏模块对向后的兼容性,版本号变动 v1.0.0->v2.0.0
npm version major