You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gabe Farrell 1cd1584bb3
work on item page
1 year ago
.vscode first commit 1 year ago
public first commit 1 year ago
src work on item page 1 year ago
.editorconfig first commit 1 year ago
.gitignore first commit 1 year ago
.prettierrc.json first commit 1 year ago
README.md first commit 1 year ago
bun.lockb work on item page 1 year ago
env.d.ts first commit 1 year ago
eslint.config.js first commit 1 year ago
index.html first commit 1 year ago
package.json meh 1 year ago
tsconfig.app.json first commit 1 year ago
tsconfig.json first commit 1 year ago
tsconfig.node.json first commit 1 year ago
tsconfig.vitest.json first commit 1 year ago
vite.config.ts first commit 1 year ago
vitest.config.ts first commit 1 year ago

README.md

featherfin

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

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun run build

Run Unit Tests with Vitest

bun test:unit

Lint with ESLint

bun lint