Skip to content

daveKoala/twinkleOps

Repository files navigation

TwinkleOps

I built this small project in a burst of creative energy—combining a love of steampunk aesthetics, fairy tales, and the excitement kids feel when they lose a tooth.

Self imposed constraints:

  • Avoid additional CSS frameworks
  • Use only local storage
  • Explore the browsers own database functions (indexDB)
  • Use Azure devOps pipleines for CI/CD pipelines
  • Use GenAI (ChatGPT and Claude) to explore different approaches like, 'list methods for storing and querying data clinet side' then itertativly build on that and avoid promtes like, 'I want function to save data locally'

Recommended IDE Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published