Go to file
Renovate d498c153e1
All checks were successful
ci / docker (push) Successful in 44s
⬆️ Update dependency eslint to v9.6.0
2024-06-29 01:04:04 +00:00
.gitea/workflows ⬆️ Update docker/build-push-action action to v6 2024-06-20 01:06:20 +00:00
.husky 🎉 Prettier ? 2022-05-24 23:04:35 +02:00
.vscode ✏️ Change default color 2022-06-22 16:07:47 +02:00
.woodpecker Move docker to gitea actiob 2024-05-03 11:12:10 +02: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 ⬆️ Update Node.js to v20 2024-01-03 09:05:56 +00: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 dependency eslint to v9.6.0 2024-06-29 01:04:04 +00:00
pnpm-lock.yaml ⬆️ Update dependency eslint to v9.6.0 2024-06-29 01:04:04 +00:00
README.md Init 2022-05-21 01:07:31 +02:00
renovate.json Update renovate.json 2024-01-17 15:45:53 +01: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