tabler-vue is a collection of Vue.js components for implementing Tabler themed elements in your project. Tabler is a free and open-source HTML Dashboard UI Kit built on Bootstrap 4.
TODO: Describe the installation process
TODO: Write usage instructions
Contributions are welcome. See CONTRIBUTING.md.
The package is made up of 2 main folders:
- /src
- /example is a vue-cli webpack based demo website
To setup and run a local copy:
- Clone this repo with
git clone https://github.com/tabler/tabler-vue.git
- Run
yarn install
in root folder - Run
yarn dev
You should now be up and running with live browser reloading of the example website while you work on Tabler Vue components in the /src folder.
When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.
TODO: Write history
TODO: Write credits
Released under the MIT License. See LICENSE