Home
Softono

Atui

Open source MIT Less
662
Stars
58
Forks
6
Issues
45
Watchers
5 months
Last Commit

 About Atui

A Vue.js 2.0 UI Toolkit for Web

Platforms

Web Self-hosted

Languages

Less

Need Help Installing Atui?

We provide expert installation service for this software. Our team will install, configure, and secure Atui on your server. plans start at just $30.

如果你有Vue组件建设经验,欢迎你加入我们一起完善ATUI

ATUI

Build Status codecov NPM download NPM version gzip size:JS gzip size:css license Gitter

A Vue.js 2.0 UI Toolkit for Web

require Vue.js >=v2.1.4


Install

$ npm install atui --save-dev

Quick Start


// css
import 'atui/dist/greater-blue.css'

// import atui
import atui from 'atui'

new Vue({
  components: {
    vButton: atui.Button,
    vDatePicker: atui.DatePicker
  }
})

// use as required
import vDatePicker from 'atui/lib/date-picker';
new Vue({
  components: {
    vDatePicker: vDatePicker
  }
})

use in browser

<script src="//unpkg.com/[email protected]"></script>
<script src="//unpkg.com/atui"></script>
<script>
  new Vue({
    components: {
      vButton: atui.Button
    }
  })
</script>

Roadmap

https://github.com/aliqin/atui/wiki/roadmap

License

MIT

Thanks