1.0.0 • Published 4 years ago
vite-vue2-ts v1.0.0
GraphAware DataTable
A simple wrapper component built with Vite-Vue2-Typescript

Demo Link here!
Main project outline
:construction: => (under construction)
✔️ => (done)
| Component name | Status |
|---|---|
| Wrapper component | done ✔️ |
| Nested Tables | done ✔️ |
| Totally recursive | done ✔️ |
| Delete functionality | done ✔️ |
lighthouse results

Vite is a powerful baby technology for simple-to-complex && fast development. That's why I chose it for this simple task
Project setup
After cloning this repo, just run the following command:
npm installCompiles and hot-reloads for development
npm run devCompiles and minifies for production
npm run buildRun your tests
npm run test1.0.0
4 years ago