1
0
Fork 0
No description
Find a file
Brian DeRocher 2ba961ce2a Clicking on stickers on the profile page takes you to stickerview.
Home goes to profile page for now.

Create a menu item for an unclaimed sticker.

Only fetch an item if we don't have it yet.
2024-11-26 14:35:39 -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 Clicking on stickers on the profile page takes you to stickerview. 2024-11-26 14:35:39 -05:00
.editorconfig initial commit 2024-11-16 11:40:53 -05:00
.gitignore initial commit 2024-11-16 11:40:53 -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 Add forms. 2024-11-16 23:02:23 -05:00
package.json Get login working. 2024-11-24 20:50:39 -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
server.js Set owner of sticker. 2024-11-26 12:36:11 -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