src/
- Source codeassets/
- Static assetscomponents/
- Vue componentsui/
- Vue components from Shadcn-vue[pages]/
- Page specific Vue components
lib/
- Utility functions / constantspages/
- Vue viewsrouter/
- Vue routerstores/
- Pinia storeApp.vue
- Root componentmain.ts
- Entry point
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint