Go to file
SebClem 8b4d99281d
Some checks failed
ci/woodpecker/push/docker_dev Pipeline failed
ci/woodpecker/pr/preview Pipeline was successful
ci/woodpecker/pr/docker_dev Pipeline was successful
Fix when
2024-01-01 15:11:45 +01:00
.husky 🎉 Prettier ? 2022-05-24 23:04:35 +02:00
.vscode ✏️ Change default color 2022-06-22 16:07:47 +02:00
.woodpecker Fix when 2024-01-01 15:11:45 +01:00
nginx 🤖 Add dev workflow 2022-07-04 12:32:19 +02:00
public ✏️ Add icon in title 2022-06-12 12:51:05 +02:00
src Fix issue with update 2023-12-14 15:04:42 +01:00
.dockerignore 🔨 Add Dockerfile 2022-06-30 19:59:23 +02:00
.env.development 🔨 Get setting form server 2022-06-17 19:25:24 +02:00
.env.production 🚑 Fix server url for prod 2022-07-04 19:34:36 +02:00
.env.staging 🔨 Get setting form server 2022-06-17 19:25:24 +02:00
.env.staging-dev ✏️ Change default color 2022-06-22 16:07:47 +02:00
.eslintrc.cjs 🎉 Prettier ? 2022-05-24 23:04:35 +02:00
.gitignore 🔨 Add Dockerfile 2022-06-30 19:59:23 +02:00
Dockerfile Add preview 2024-01-01 15:07:46 +01:00
env.d.ts ✏️ Add icon in title 2022-06-12 12:51:05 +02:00
index.html 🔨 Add umami 2022-07-25 15:40:32 +02:00
package.json Update 2023-12-14 14:08:53 +01:00
pnpm-lock.yaml Update 2023-12-14 14:08:53 +01:00
README.md Init 2022-05-21 01:07:31 +02:00
renovate.json Add renovate.json 2022-07-01 10:10:45 +02:00
tsconfig.json Fix issue with update 2023-12-14 15:04:42 +01:00
tsconfig.node.json Fix issue with update 2023-12-14 15:04:42 +01:00
vercel.json 🤖 Add vercel route conf 2022-06-17 22:05:55 +02:00
vite.config.ts Fix issue with update 2023-12-14 15:04:42 +01:00

claptrap-ui

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

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

Lint with ESLint

yarn lint