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.
npm install vuetable-3 --save
Any contribution to the code must be done to the next
branch.
Two builds are needed before publishing:
npm run bundle
npm run storybook:build
Then, use standard-version to commit a new version.
Vuetable is open-sourced software licensed under the MIT license.