trimurtix-toolbox
v0.1.0-alpha.2
Published
A Vue.js 2.0 Rock UI Toolkit for web and mobile applications
Downloads
5
Readme
What is it?
:metal: A Vue.js 2.0 Rock UI Toolkit for web and mobile applications
How to use?
Install
npm install trimurtix-toolbox
Quick Start
import Vue from 'vue'
import Toolbox from 'trimurtix-toolbox'
Vue.use(Toolbox)
// or
import {
Input,
Button
// ...
} from 'trimurtix-toolbox'
Vue.component(Input.name, Input)
Vue.component(Button.name, Button)
Browser Support
Modern browsers and Internet Explorer 9+.
Developers
$ git clone https://github.com/trimurtix/toolbox.git
$ cd toolbox
$ npm install
$ npm start
NPM Commands
|Command|Description| |---|---| |npm run dev|Serve with hot reload at localhost:8080| |npm run build|Build for production with minification| |npm run unit|Run unit tests| |npm run e2e|Run e2e tests| |npm test|Run all tests|
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Get Involved
We'd love for you to help us build Trimurtix Toolbox. If you'd like to be a contributor, check out our Contributing guide.
Bug report, suggestions and improvements
License
Contributors
- Allan Alexandre ([email protected])