0.1.0-alpha.2 • Published 7 years ago

trimurtix-toolbox v0.1.0-alpha.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

CommandDescription
npm run devServe with hot reload at localhost:8080
npm run buildBuild for production with minification
npm run unitRun unit tests
npm run e2eRun e2e tests
npm testRun 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

Issues

License

MIT License

Contributors

  • Allan Alexandre (alexandesigner@trimurtix.com)