1
0
Fork 0
No description
Find a file
Brian DeRocher 3be0755074
All checks were successful
/ test (push) Successful in 4m47s
Get sticker data from the API backend.
Store the JWT access token and use it later to get the sticker.

Add missing url property of stickers.
2025-10-25 10:51:56 -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 Get sticker data from the API backend. 2025-10-25 10:51:56 -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 Upgrade dependencies. 2025-10-22 09:19:37 -04:00
package.json Upgrade dependencies. 2025-10-22 09:19:37 -04:00
postcss.config.js Upgrade dependencies. 2025-10-22 09:19:37 -04:00
README.md initial commit 2024-11-16 11:40:53 -05:00
tailwind.config.js Upgrade dependencies. 2025-10-22 09:19:37 -04: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 Upgrade dependencies. 2025-10-22 09:19:37 -04: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