0.0.1-rc • Published 7 years ago
@leooo/leoui v0.0.1-rc
LeoUI
Install
npm i -S @leooo/leouiUsage
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 devContributing
- Fork it!
- Create your feature branch :
git checkout -b my-new-feature - Commit your changes :
git commit -am 'Add some feature' - Push to the branch :
git push origin my-new-feature - Submit a pull request :D