@firesoon/ant-ui
v4.4.0
Published
根据Antd二次封装UI组件
Downloads
46
Maintainers
Keywords
Readme
@firesoon/ant-ui
Getting Started
Install dependencies,
$ npm i
Start the dev server,
$ npm start
Build documentation,
$ npm run docs:build
Build library via father-build
,
$ npm run build
Tips
- 组件内不要使用
@/
方式引用文件,目前打包没有对此进行编译,在项目内打包可能会报错,使用相对路径
方式引用
FAQs
为什么启动项目后,展示 README 内容?
因为初始路由只能匹配到根目录,进入组件库,需要在路由中加入 /components 进入到组件库内部