Skip to content

formattedzzz/LeoUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeoUI

License: MIT

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
# test leoui demo
npm run test

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.

About

a tiny ui library for vue framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published