This template should help get you started developing apps with Vue 3 in Vite with a simple architecture.
To use the required version of NodeJS, run the following command if you're using nvm to manage your NodeJS versions:
nvm use
pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm test:unit
Run E2E Tests with Playwright
pnpm test:e2e
pnpm test:e2e:ci