UIKit for Tigerbrokes Apps.
Preview and docs: https://tigerbrokers.github.io/tiger-ui
> npm install --save-dev @tigerbrokers/tiger-uiImport 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 }
})> git clone git@github.com:tigerbrokers/tiger-ui.git
> cd tiger-ui
> git checkout -b <my-feature-branch>
> yarn
> yarn start> mkdir MyComponent
> touch index.vue
> touch play.js> yarn build
> git push -u origin <my-feature-branch>then create Pull Request.
Run all tests:
> yarn testRun test for some component:
> yarn test Example ButtonClone and make contribution, submit your PRs.
MIT