2026-03-03 20:14:39 +10:00
2026-01-31 19:51:16 +10:00
2026-01-31 19:51:16 +10:00
2026-01-31 19:51:16 +10:00
ip
2026-03-03 20:14:39 +10:00
2026-01-31 19:51:16 +10:00
2026-01-31 19:51:16 +10:00
2026-01-31 19:51:16 +10:00
2026-02-22 15:30:29 +10:00
2026-02-22 15:30:29 +10:00
2026-01-31 19:51:16 +10:00
2026-01-31 19:51:16 +10:00
2026-01-31 19:51:16 +10:00

test

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

# When testing on CI, must build the project first
npm run build

# Runs the end-to-end tests
npm run test:e2e
# Runs the tests only on Chromium
npm run test:e2e -- --project=chromium
# Runs the tests of a specific file
npm run test:e2e -- tests/example.spec.ts
# Runs the tests in debug mode
npm run test:e2e -- --debug
Description
No description provided
Readme 97 KiB
Languages
Vue 89.8%
JavaScript 8.2%
HTML 1.1%
CSS 0.9%