0.0.2 • Published 3 years ago

ruiyun-ui v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

An enterprise-class UI components based on Angular.

English | 简体中文

✨ Features

  • An enterprise-class UI design system for web applications.
  • A set of high-quality Angular components out of the box.
  • Written in TypeScript with predictable static types.
  • The whole package of development and design resources and tools.

🖥 Environment Support

  • Angular ^6.0.0
  • Modern browsers and Internet Explorer 11+ (with polyfills)

📦 Installation

We recommend using @angular/cli to install. It not only makes development easier, but also allows you to take advantage of the rich ecosystem of angular packages and tooling.

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ npm install ruiyun-ui

🔨 Usage

Import the module into every module where you want to use the components.

import { RuiyunUiModule } from 'ruiyun-ui';

@NgModule({
  imports: [ RuiyunUiModule ]
})
export class AppModule {
}

☀️ License

MIT

0.0.2

3 years ago

0.0.1

3 years ago