A Vue.js 2.0 UI Toolkit for Tm-consulting.
Documentation of components and examples can be found on:
https://tmc24-components.herokuapp.com
TM-Ui is a based on ElementUI UI Toolkit. Special thanks to our mastermind!
- Homepage and documentation
- FAQ
- Customize theme
- Preview and generate theme online
- Atom helper
- Starter kit
npm install tmconsulting-ui -S
import Vue from 'vue'
import TMui from 'tmconsulting-ui'
import 'tmconsulting-ui/lib/theme-chalk/index.css'
Vue.use(TMui)
// or
import {
Select,
Button
// ...
} from 'tmconsulting-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Modern browsers and Internet Explorer 10+.
Detailed changes for each release are documented in the release notes.
We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.
Please make sure to read the contributing guide before making a pull request.