Install dependencies,
npm install @ancademy/platform-componentsbash
$ npm i
`
Start the dev server,
`bash
$ npm start
`
Build documentation,
`bash
$ npm run docs:build
`
Build library via father-build,
`bash
$ npm run build
`
08-09备注:
打包:
`bash
npm run build:bundler
``