AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js.
- 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
- Home Page
- Angular
- Webpack
- AT-UI for Vue (official library)
- Recommended use
npm
npm install at-ng
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(),
]
MIT