Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratiw/vuetable-2-tutorial
https://github.com/ratiw/vuetable-2-tutorial
component datatable semantic-ui tutorial vue vuetable-2
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratiw/vuetable-2-tutorial
- Owner: ratiw
- License: mit
- Created: 2016-12-28T05:58:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:34:59.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:11:54.253Z (10 months ago)
- Topics: component, datatable, semantic-ui, tutorial, vue, vuetable-2
- Language: JavaScript
- Size: 2.8 MB
- Stars: 257
- Watchers: 19
- Forks: 68
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuetable-2-tutorial
> This is a Vuetable-2 tutorial project. The tutorial content is [here](https://github.com/ratiw/vuetable-2-tutorial/wiki)
If you're using Bootstrap 3 CSS, clone the code from [vuetable-2-tutorial-bootstrap](https://github.com/ratiw/vuetable-2-tutorial-bootstrap) instead.
If you're using Bulma CSS, clone the code from [vuetable-2-tutorial-bulma](https://github.com/ratiw/vuetable-2-tutorial-bulma).
## Setup
Clone the project and install it using `npm` or `yarn`.
``` bash
# install dependencies
npm install# you might need to do "npm update" due to some dependencies update
# each lesson contains the code that is tagged according to the lesson itself.
# to select the code for lesson 1
git checkout lesson-1# serve with hot reload at localhost:8080
npm run dev```
Find any mistake? Open an issue and I'll have a look. Cheers!