Internal Angular UI framework for Alauda Frontend Team.
# npm
npm i @alauda/ui
# yarn
yarn add @alauda/ui
import { ButtonModule } from '@alauda/ui';
@NgModule({
imports: [ButtonModule],
})
export class AppModule {}
git clone https://github.com/alauda/alauda-ui.git
cd alauda-ui
yarn install
yarn start
yarn test
or
yarn test:watch
yarn storybook:build
yarn build