Go to file
2022-07-04 19:34:36 +02:00
.github 🚑 Fix pipeline name 2022-07-04 19:04:28 +02:00
.husky 🎉 Prettier ? 2022-05-24 23:04:35 +02:00
.vscode ✏️ Change default color 2022-06-22 16:07:47 +02:00
.yarn/releases Add yarn 2022-06-17 19:47:35 +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 🔨 Hide setting if can not manage 2022-07-04 18:59:01 +02: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
.yarnrc.yml Add yarn 2022-06-17 19:47:35 +02:00
Dockerfile 🤖 Add dev workflow 2022-07-04 12:32:19 +02:00
env.d.ts ✏️ Add icon in title 2022-06-12 12:51:05 +02:00
index.html ✏️ Add icon in title 2022-06-12 12:51:05 +02:00
package.json ⬆️ Update dependency @vue/test-utils to v2.0.2 2022-07-04 12:35:02 +02: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.app.json Init 2022-05-21 01:07:31 +02:00
tsconfig.json 🎉 Prettier ? 2022-05-24 23:04:35 +02:00
tsconfig.pinia-plugin-persist.json 🎉 Prettier ? 2022-05-24 23:04:35 +02:00
tsconfig.vite-config.json Init 2022-05-21 01:07:31 +02:00
tsconfig.vitest.json Init 2022-05-21 01:07:31 +02:00
vercel.json 🤖 Add vercel route conf 2022-06-17 22:05:55 +02:00
vite.config.ts 🤖 Add release-drafter 2022-07-04 12:32:19 +02:00
yarn.lock ⬆️ Update dependency @vue/test-utils to v2.0.2 2022-07-04 12:35:02 +02: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