1
0
Fork 0
No description
Find a file
Brian DeRocher 5b48c5a8c5 Resolve issues from 'npm run build'.
One of them needed a patch in primevue 4.4.2 which was release only 2 weeks ago.
2025-10-19 00:56:36 -04:00
.forgejo/workflows Drop default and rename demo. 2024-12-26 12:30:10 -05:00
.vscode initial commit 2024-11-16 11:40:53 -05:00
public initial commit 2024-11-16 11:40:53 -05:00
src Resolve issues from 'npm run build'. 2025-10-19 00:56:36 -04:00
.editorconfig initial commit 2024-11-16 11:40:53 -05:00
.gitignore Ignore db. 2024-12-08 20:41:33 -05:00
.prettierrc.json initial commit 2024-11-16 11:40:53 -05:00
env.d.ts initial commit 2024-11-16 11:40:53 -05:00
eslint.config.js initial commit 2024-11-16 11:40:53 -05:00
index.html initial commit 2024-11-16 11:40:53 -05:00
package-lock.json Resolve issues from 'npm run build'. 2025-10-19 00:56:36 -04:00
package.json Live QR Codes 2024-12-23 16:14:22 -05:00
postcss.config.js Use PrimeBlocks layout and move navigation into it. 2024-11-16 14:29:03 -05:00
README.md initial commit 2024-11-16 11:40:53 -05:00
tailwind.config.js change primary color 2024-11-17 11:39:21 -05:00
tsconfig.app.json initial commit 2024-11-16 11:40:53 -05:00
tsconfig.json initial commit 2024-11-16 11:40:53 -05:00
tsconfig.node.json initial commit 2024-11-16 11:40:53 -05:00
tsconfig.vitest.json initial commit 2024-11-16 11:40:53 -05:00
vite.config.ts Claim sticker. 2024-11-26 11:30:20 -05:00
vitest.config.ts initial commit 2024-11-16 11:40:53 -05:00

designer

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint