A fresh and flat UI-Kit specially for desktop application with Vue.js 2.0
AT UI AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js. Live Demo https://at-ui.github.io/at-ui/#/en Features Based on Vue A npm + webpack + babel front-end development workflow Support ES2015 CSS S
AT UI
AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js.
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
- Home Page
- Vue
- Webpack
- AT-UI for Angular (Developed by @icepoint0, Thanks for contribution)
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
Github Repository
Tags: #VueJs #UI #Framework