0.0.5 • Published 1 year ago

bft-components v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

bft-components

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

包版本管理规范

  • 禁止手动修改package.jsonversion字段, 需按要求用指令修改
  • 发布重大版本或版本改动较大时,先发布alpha、beta、rc等先行版本,如: npm publish --tag=beta
命令作用作用
npm version prerelease升级预发布号首次执行1.0.0 -> 1.0.0-0再次执行1.0.0 -> 1.0.0-1
npm version prepatch升级修订号,保留预发布号1.0.0-1 -> 1.0.1-0
npm version preminor升级次版本号,保留预发布号1.0.1-0 -> 1.1.0-0
npm version premajor升级主版本号,保留预发布号1.1.0-0 -> 2.0.0-0
npm version patch升级修订号首次执行2.0.0-0 -> 2.0.0再次执行2.0.0 -> 2.0.1
npm version minor升级次版本号2.0.1 -> 2.1.0
npm version major升级主版本号2.1.0 -> 3.0.0

Customize configuration

See Configuration Reference.

0.0.6-0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago