前端ui组件库
Go to file
baileijun e49e410488 护眼模式 2024-07-05 14:06:18 +08:00
examples 组件 2024-07-02 17:13:44 +08:00
packages 组件 2024-07-03 16:33:39 +08:00
public 万丈高楼平地起 2024-06-28 17:18:12 +08:00
src 护眼模式 2024-07-05 14:06:18 +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