Biosan UI component and front tools
npm install biosan-frontInstall dependencies,
``bash`
$ npm i
Start the dev server,
`bash`
$ npm start
Build components or tools
`bash`
$ npm run build
Build site.
todo...
Deploy component to npm.
`bash``
npm publish
1. cssModule 不要开启。因为biosan-front基于antd,为了和antd不冲突,故关闭cssModule(影响build性能)
2. 开发组件使用ts。所以最好将接口放在以d.ts结尾的文件中,这样打包出来快速的浏览当前组件的声明变量
3.