Project demo is available at https://blissful-bohr-ebf9d4.netlify.app/
- Vite
- Composition API
- SFC <script setup> sugar
- Suspense (Experimental)
- Vue router
- Pinia
- TypeScript
- Vue Test Utils for Vue 3
- E2E test (Cypress)
yarn install # Development yarn dev # Build dist yarn build # Run unit tests yarn test