前端ui组件库
Go to file
qiaopengfei e73c078b04 Merge branch 'master' of https://git.aiguoai.com/baileijun/ag-element-ui into qiaopengfei 2024-07-02 15:59:18 +08:00
examples 样式 2024-07-01 15:52:20 +08:00
packages xiugai 2024-07-02 15:59:06 +08:00
public 万丈高楼平地起 2024-06-28 17:18:12 +08:00
src xiugai 2024-07-02 15:59:06 +08:00
.gitignore 1 2024-06-28 15:13:20 +08:00
.npmignore readme 2024-06-28 15:40:15 +08:00
README.md 1 2024-06-29 19:31:28 +08:00
babel.config.js fei 2024-07-01 14:27:49 +08:00
package.json 合并冲突 2024-07-01 14:30:28 +08:00
vue.config.js 1 2024-06-28 15:13:20 +08:00

README.md

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.

小变动比如修复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