Skip to content

svl-fe/pro-components

Repository files navigation

pro-components

杭州薮猫科技中后台业务组件库

业务组件库包含了大量的第三方组件库

一、项目启动

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Run test,

$ npm test

Build library via father-build,

$ npm run build