1
0
Fork 0
No description
Find a file
Brian DeRocher 929f22abeb Upgrade dependencies.
Use user_id in places we were using username.  Still debating this.

Start getting this working with API backend, until there were calls to
/api/sticker which don't exist in the API yet.  Then I rediscovered the
local json-server.

So now there are 2 api backends.  We'll incrementally migrate from the
first version to the second.

SCSS and tailwind weren't working for nav-items.css.  The browser just
saw the raw version.  So for now, just inlined that.  Probably these
nav items will become components (if they are shared).
2025-10-22 09:19:37 -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 Upgrade dependencies. 2025-10-22 09:19:37 -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