trimurtix-toolbox

0.1.0-alpha.2 • Public • Published

What is it?

🤘 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

Issues

License

MIT License

Contributors

Readme

Keywords

none

Package Sidebar

Install

npm i trimurtix-toolbox

Weekly Downloads

3

Version

0.1.0-alpha.2

License

MIT

Last publish

Collaborators

  • alexandesigner