zangguodong / alauda-ui

Internal Angular UI framework for Alauda Frontend Team.

Home Page:https://aui.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Internal Angular UI framework for Alauda Frontend Team.

https://aui.js.org

License:MIT License


Languages

Language:TypeScript 73.1%Language:CSS 17.9%Language:HTML 7.7%Language:JavaScript 1.3%