No description
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Vue 63.3%
  • TypeScript 34.5%
  • CSS 1.9%
  • Dockerfile 0.2%
  • HTML 0.1%
Find a file
2025-09-03 21:26:48 +02:00
.vscode here be dragons 2025-06-25 18:44:33 +02:00
public add robots.txt to disallow all crawling 2025-07-22 21:04:46 +02:00
src restructure 2025-09-03 21:26:48 +02:00
.dockerignore add healthcheck 2025-08-08 00:50:17 +02:00
.editorconfig here be dragons 2025-06-25 18:44:33 +02:00
.env switch to routing based folders 2025-07-08 18:38:40 +02:00
.gitattributes here be dragons 2025-06-25 18:44:33 +02:00
.gitignore here be dragons 2025-06-25 18:44:33 +02:00
.prettierrc.json here be dragons 2025-06-25 18:44:33 +02:00
components.json switch to routing based folders 2025-07-08 18:38:40 +02:00
Dockerfile set better values for healthcheck 2025-08-08 01:06:49 +02:00
env.d.ts here be dragons 2025-06-25 18:44:33 +02:00
eslint.config.ts switch to routing based folders 2025-07-08 18:38:40 +02:00
index.html switch to routing based folders 2025-07-08 18:38:40 +02:00
nginx.conf add notes 2025-07-22 20:11:54 +02:00
openapi-ts.config.ts switch to jwt 2025-07-10 23:03:40 +02:00
package.json add photos tab 2025-08-12 22:42:46 +02:00
pnpm-lock.yaml restructure 2025-09-03 21:26:48 +02:00
pnpm-workspace.yaml add code tab 2025-07-16 22:23:17 +02:00
README.md here be dragons 2025-06-25 18:44:33 +02:00
tsconfig.app.json add shadcn 2025-06-25 19:51:36 +02:00
tsconfig.json add shadcn 2025-06-25 19:51:36 +02:00
tsconfig.node.json here be dragons 2025-06-25 18:44:33 +02:00
tsconfig.vitest.json here be dragons 2025-06-25 18:44:33 +02:00
vite.config.ts switch to routing based folders 2025-07-08 18:38:40 +02:00
vitest.config.ts here be dragons 2025-06-25 18:44:33 +02:00

rs-cloud-vue

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

VSCode + Volar (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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint