Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.74 KB

AT UI.md

File metadata and controls

76 lines (52 loc) · 1.74 KB

AT UI

NPM david-dm travis

AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js.

Features

  • Based on Angular 4.x~5.x
  • A npm + webpack + babel front-end development workflow
  • Support ES2015
  • CSS Style independent, make consistent user interfaces (See: AT-UI-Style)
  • Friendly API

Environment Support

Links

Install

  • Recommended use npm
npm install at-ng

Usage

Because the style of AT-UI is independent. It's a separate project. So we should add AT-UI-Style to cli config file

++  "../node_modules/at-ng/assets/index.css",

Add the AtModule to your root module

@NgModule({
  declarations: [
	...
  ],
  imports: [
  ++ AtModule.forRoot(),
  ]

License

MIT