Yet another simple ui toolkit built to work with vue.
npm i --save @yurderi/vue-ui
const Vue = require('vue')
const VueUI = require('@yurderi/vue-ui')
require('@yurderi/vue-ui/assets/less/all.less')
Vue.use(VueUI)
// ... further code
To contribute you need to pull the project. The components are stored in the src/-Directory. While developing components it is recommended to run the preview with hot-reloading in the preview/-Directory.
If you are done run npm run build
in the root directory.