Store Data Management & Visualization
-
This is series project of store management & data visualization project.
-
The User interface is built on Vue 3 JS & Tailwind css
UI Project Setup
$ npm install
Compile and Hot-Reload for Development
$ npm run dev
Type-Check, Compile and Minify for Production
$ npm run build
Run Unit Tests with Vitest
$ npm run test:unit
Lint with ESLint
$ npm run lint