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