Files
ISMAIL MASSERAN db3ac37042
Build Docker Image / build-backend (push) Successful in 2m52s
Build Docker Image / build-frontend (push) Successful in 19s
DONE: update prefix for BOARD_MEETING_REFERENCE_PREFIX, add placeholder for address
2026-08-09 11:46:37 +08:00
..
2026-07-02 10:09:08 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-30 11:38:59 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-07-06 12:50:55 +08:00
2026-07-06 12:50:55 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-06-08 11:37:14 +08:00
2026-07-06 12:50:55 +08:00
2026-06-08 11:37:14 +08:00

midone-vue

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

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

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Run Unit Tests with Vitest

yarn test:unit

Run End-to-End Tests with Cypress

yarn test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

yarn build
yarn test:e2e

Lint with ESLint

yarn lint