Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tabler/tabler-vue
Vue.js components and demo for the Tabler UI theme.
https://github.com/tabler/tabler-vue
Last synced: 3 months ago
JSON representation
Vue.js components and demo for the Tabler UI theme.
- Host: GitHub
- URL: https://github.com/tabler/tabler-vue
- Owner: tabler
- License: mit
- Archived: true
- Created: 2018-04-13T07:05:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T17:30:02.000Z (about 4 years ago)
- Last Synced: 2024-04-14T00:33:55.088Z (7 months ago)
- Language: JavaScript
- Homepage: https://tabler.github.io/tabler-vue/
- Size: 12.6 MB
- Stars: 192
- Watchers: 21
- Forks: 50
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tabler-vue
*tabler-vue* is a collection of Vue.js components for implementing Tabler themed elements
in your project. [Tabler](https://tabler.github.io) is a free and open-source
HTML Dashboard UI Kit built on Bootstrap 4.## Installation
TODO: Describe the installation process
## Usage
TODO: Write usage instructions
## Contributing
Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).The package is made up of 2 main folders:
- /src
- /example is a [vue-cli webpack](https://github.com/vuejs/vue-cli) based demo websiteTo setup and run a local copy:
1. Clone this repo with `git clone https://github.com/tabler/tabler-vue.git`
2. Run `yarn install` in root folder
3. 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.## History
TODO: Write history
## Credits
TODO: Write credits
## License
Released under the MIT License. See [LICENSE](LICENSE)