8000 GitHub - tigerbrokers/tiger-ui: Tiger webapp vue uikit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tigerbrokers/tiger-ui

Repository files navigation

TigerUI

Codacy Badge Build Status FOSSA Status

UIKit for Tigerbrokes Apps.

Preview and docs: https://tigerbrokers.github.io/tiger-ui

Install

> npm install --save-dev @tigerbrokers/tiger-ui

Import all components:

import Vue from 'vue'
import TigerUI from '@tigerbrokers/tiger-ui'
Vue.use(TigerUI)

Use single component:

import Example from '@tigerbrokers/tiger-ui/Example'

new Vue({
  name: 'MyApp',
  components: { Example }
})

Contribute

Clone and launch localy:

> git clone git@github.com:tigerbrokers/tiger-ui.git
> cd tiger-ui
> git checkout -b <my-feature-branch>
> yarn
> yarn start

Create new component folder

> mkdir MyComponent
> touch index.vue
> touch play.js

Build and update docs

> yarn build
> git push -u origin <my-feature-branch>

then create Pull Request.

Test

Run all tests:

> yarn test

Run test for some component:

> yarn test Example Button

Not fit your needs?

Clone and make contribution, submit your PRs.

License

MIT

FOSSA Status

About

Tiger webapp vue uikit

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0