ag-element-ui/README.md

32 lines
587 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# my-erp-element
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### 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/).
# 小变动比如修复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