@alauda/ui

Angular UI components by Alauda Frontend Team.

Usage no npm install needed!

<script type="module">
  import alaudaUi from 'https://cdn.skypack.dev/@alauda/ui';
</script>

README

Alauda UI

Internal Angular UI framework for Alauda Frontend Team.

TOC

Online Demo

Storybook 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

开发环境基于 Storybook 运行,查看 文档

Test

yarn test

or

yarn test:watch

Build Storybook

yarn storybook:build

Build Library

yarn build

Read More

LICENCE

MIT © Alauda