1
0
Fork 0
No description
Find a file
Brian DeRocher 582010fb7b Fetch the user and their stickers.
Add useStickersStore.

Rename stickers to sticker_ids.
2024-12-01 19:20:21 -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 Fetch the user and their stickers. 2024-12-01 19:20:21 -05:00
.editorconfig initial commit 2024-11-16 11:40:53 -05:00
.gitignore Ignore unused. 2024-11-26 20:38:08 -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 Fetch the user and their stickers. 2024-12-01 19:20:21 -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