Steadfast is a habit/todo app.
  • Vue 58.2%
  • TypeScript 34%
  • CSS 6.9%
  • HTML 0.9%
Find a file
2026-04-27 20:07:08 -05:00
.vscode Created debug launch options. 2026-04-27 20:05:53 -05:00
public Changed App title and icon 2026-03-17 21:34:41 -05:00
src Refactored data models and the log statuses are persistent. 2026-04-27 20:07:08 -05:00
.gitignore Added gitignore 2026-03-17 21:33:43 -05:00
env.d.ts Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
eslint.config.ts Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
index.html Changed App title and icon 2026-03-17 21:34:41 -05:00
package-lock.json NPM package audit fix 2026-04-06 09:55:04 -05:00
package.json Packages 2026-03-24 21:59:02 -05:00
README.md Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
tsconfig.app.json Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
tsconfig.json Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
tsconfig.node.json Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
tsconfig.vitest.json Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
vite.config.ts Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00
vitest.config.ts Initial Project. Default Vue starter app 2026-03-08 18:37:37 -05:00

steadfast-ui

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (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

Prerequisites

Install Node JS

Install project dependencies.

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