Frameworks > Responsive


at-ui 7.03


A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
  • at_ui
  • ui
  • uikit
  • vue
  • vue2
  • at
  • desktop
  • framework
  • component
last commit 2 years ago
2342
Stargazers

Watchers
2342
Open issues
91
27739
Downloads

Last 30 days
1193
Releases
5
32
Final Score

Quality
59
Popularity
24
Maintenance
16

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.

中文 README

Features

  • Based on Vue
  • 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-ui
  • Or using <script> tag for global use
<script type="text/javascript" src="at.min.js"></script>

Usage

Because the style of AT-UI is independent. It's a separate project. So we should install AT-UI-Style in need before we use AT-UI. Use npm or script tag according to your preference.

npm install at-ui-style

or

<link rel="stylesheet" href="at.min.css" />

Contribution

Finding bugs, sending pull requests or improving our docs - any contribution is welcome and highly appreciated. To get started, head over to our contribution guidelines. Thanks!

License

MIT