前端ui组件库
Go to file
baileijun 2f5e57141f 0.1.2 2024-06-28 15:40:34 +08:00
examples 1 2024-06-28 15:13:20 +08:00
packages 1 2024-06-28 15:13:20 +08:00
public 1 2024-06-28 15:13:20 +08:00
src 1 2024-06-28 15:13:20 +08:00
.gitignore 1 2024-06-28 15:13:20 +08:00
.npmignore readme 2024-06-28 15:40:15 +08:00
README.md readme 2024-06-28 15:40:15 +08:00
babel.config.js 1 2024-06-28 15:13:20 +08:00
package.json 0.1.2 2024-06-28 15:40:34 +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 serve

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