# apusic-component **Repository Path**: mcfish/apusic-component ## Basic Information - **Project Name**: apusic-component - **Description**: Apusic业务组件库 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: dev1.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-15 - **Last Updated**: 2022-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apusic-component ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father`, ```bash $ npm run build ```