0.3.0 • Published 3 years ago

biosan-front v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

BiosanFront

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build components or tools

$ npm run build

Build site. todo...

Deploy component to npm.

npm publish

NOTE

  1. cssModule 不要开启。因为biosan-front基于antd,为了和antd不冲突,故关闭cssModule(影响build性能)
  2. 开发组件使用ts。所以最好将接口放在以d.ts结尾的文件中,这样打包出来快速的浏览当前组件的声明变量