We have forked this package for the time being until the docs catch up. Credit to (https://github.com/mannyyang/vuetable-3)
Below is a table outlining the vue compatibility for the releases.
Version/Release | Vue Compatibility | Vue Version |
---|---|---|
6.x.x | 3.x.x | 3.x.x |
5.x.x | 3.x.x | 2.x.x |
4.x.x | 2.x.x | 2.x.x |
You can find the documentation for vuetable-3 here
There are a bunch of examples in the CodeSandbox, please have a look.
If you any question, please post your questions in the "Issues" section. Be sure to put the link to the appropriate CodeSandbox in question, or the one that you forked.
Vue 3.x.x (Ported Version, Full ESM with Vite)
npm install @dcodegroup-au/vuetable-3 --save
Vue 3.x.x Compatibility Mode
npm install @dcodegroup-au/[email protected] --save
Vue 2.x.x Compatibility
npm install @dcodegroup-au/[email protected] --save
Any contribution to the code must be done to the next
branch.
Two builds are needed before publishing:
- Library dist build:
npm run bundle
- Storybook prod build:
npm run storybook:build
Then, use standard-version to commit a new version.
Vuetable is open-sourced software licensed under the MIT license.