0.0.1-rc • Published 5 years ago

@leooo/leoui v0.0.1-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

LeoUI

npm.io npm.io npm.io npm.io

Install

npm i -S @leooo/leoui

Usage

import Vue from 'vue'
import LeoUI from '@leooo/leoui'
import '@leooo/leoui/dist/leoui.min.css'
Vue.use(LeoUI)

new Vue({
  //...
})

document

comming soon...

Development

git clone https://github.com/formattedzzz/LeoUI.git
cd LeoUI

npm install
# build complete leoui
npm run build
# build leoui demo
npm run dev

Contributing

  1. Fork it!
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request :D

Author

LeoUI © leooo, Released under the MIT License.