soldier-ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

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 }]
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i soldier-ui

Weekly Downloads

0

Version

1.1.4

License

none

Unpacked Size

5.03 kB

Total Files

15

Last publish

Collaborators

  • willingchen