1.1.4 • Published 4 years ago

soldier-ui v1.1.4

Weekly downloads
48
License
-
Repository
github
Last release
4 years ago

dumi 基于father、rollup和babel的组件打包脚手架

开启服务

Install dependencies,

$ npm i

启动服务器

$ npm start

构建应用包

$ npm run build

$ npm verison patch/minor/major

$ npm publish

部署文档

$ npm run docs:build

$ npm run deploy
> 需要10.13.0以上,添加到package.json会进行校验,这里暂时去掉
"gitHooks": {
  "pre-commit": "lint-staged"
},

> 该ui库支持按需导入
> .babelrc
{
  "plugins": [
    ["import", { "libraryName": "soldier-ui", "style": true }]
  ]
}
1.1.4

4 years ago

1.1.1

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago