My planner
Find a file
Alvaro Ccatamayo ff58ea2e83
All checks were successful
/ build-docker-image (push) Successful in 24s
Adjuster versions
2026-07-01 21:27:15 +00:00
.devcontainer Now using tailwind css 2026-06-30 16:57:20 +00:00
.forgejo/workflows Fixed oxfmt vscode integraiton and created TaskComponent 2026-01-15 05:13:21 +00:00
.vscode Fixed oxfmt vscode integraiton and created TaskComponent 2026-01-15 05:13:21 +00:00
nginx Fixed port 2026-01-12 10:12:11 -05:00
public Few updates 2025-12-30 03:58:06 +00:00
src Now using tailwind css 2026-06-30 16:57:20 +00:00
.dockerignore Fixed build process not correctly handling some css files 2026-01-02 20:03:09 -05:00
.gitignore Updated with vite init files 2025-12-27 15:53:45 +00:00
.oxfmtrc.json Added ox setup 2025-12-29 20:42:35 +00:00
.oxlintrc.json Added ox setup 2025-12-29 20:42:35 +00:00
.yarnrc.yml Added package.json and ignore file 2025-12-27 15:46:58 +00:00
Dockerfile Updated dockerfile and nginx conf 2026-01-12 04:11:40 +00:00
env.d.ts Few updates 2025-12-30 03:58:06 +00:00
index.html Test fix? 2025-12-31 22:23:41 -05:00
package.json Adjuster versions 2026-07-01 21:27:15 +00:00
postcss.config.cjs Added ox setup 2025-12-29 20:42:35 +00:00
README.md Updated with vite init files 2025-12-27 15:53:45 +00:00
tsconfig.app.json Updated with vite init files 2025-12-27 15:53:45 +00:00
tsconfig.json Updated with vite init files 2025-12-27 15:53:45 +00:00
tsconfig.node.json Updated with vite init files 2025-12-27 15:53:45 +00:00
tsconfig.vitest.json Updated with vite init files 2025-12-27 15:53:45 +00:00
vite.config.ts Now using tailwind css 2026-06-30 16:57:20 +00:00
yarn.lock Adjuster versions 2026-07-01 21:27:15 +00:00

planner-front.end

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