@yurderi/vue-ui

1.2.2 • Public • Published

Vue UI-Toolkit

Yet another simple ui toolkit built to work with vue.

Demo

https://vue-ui.yurderi.de/

Installation

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

Contributing

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.

Readme

Keywords

Package Sidebar

Install

npm i @yurderi/vue-ui

Weekly Downloads

6

Version

1.2.2

License

MIT

Unpacked Size

5.93 MB

Total Files

111

Last publish

Collaborators

  • tyurderi