TypeScript needs a little extra help to understand .vue
files. We use vue-tsc
for type-checking and Volar to keep the TypeScript language service in sync with .vue
types.
Start by installing the project's dependencies:
npm install
npm run dev
npm run build
npx playwright install
npm run build
npm run test:e2e
npm run test:e2e -- --project=chromium
npm run test:e2e -- tests/example.spec.ts
npm run test:e2e -- --debug