UNPKG

1.86 kBMarkdownView Raw
1<p align="center">
2 <a href="https://at.aotu.io/">
3 <img width="200" src="http://storage.360buyimg.com/mtd/home/logo-at1502718221686.svg">
4 </a>
5</p>
6
7# AT UI
8
9[![NPM][npm-version-image]][npm-version-url] [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travis-url]
10
11AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js.
12
13[中文 README](README.zh-CN.md)
14
15## Features
16
17- Based on `Vue`
18- A npm + webpack + babel front-end development workflow
19- Support ES2015
20- CSS Style independent, make consistent user interfaces (See: [AT-UI-Style](https://github.com/at-ui/at-ui-style))
21- Friendly API
22
23## Environment Support
24
25- Modern browsers and Internet Explorer 9+
26- [Electron](http://electron.atom.io/)
27
28## Install
29
30- Recommended use `npm`
31
32```bash
33npm install at-ui
34```
35
36- Or using `<script>` tag for global use
37
38```html
39<script type="text/javascript" src="at.min.js"></script>
40```
41
42## Usage
43
44Because 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.
45
46```bash
47npm install at-ui-style
48```
49
50or
51
52```html
53<link rel="stylesheet" href="at.min.css" />
54```
55
56## Contribution
57
58Finding 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!
59
60## License
61
62MIT
63
64
65[npm-version-image]: https://img.shields.io/npm/v/at-ui.svg?style=flat-square
66[npm-version-url]: https://www.npmjs.com/package/at-ui
67[david-dm-image]: https://david-dm.org/AT-UI/at-ui.svg?style=flat-square
68[david-dm-url]: https://david-dm.org/AT-UI/at-ui
69[travis-image]: https://img.shields.io/travis/AT-UI/at-ui/master.svg?style=flat-square
70[travis-url]: https://travis-ci.org/AT-UI/at-ui