Skip to content

jm-sky/j-checklist

Repository files navigation

j-checklist

Simple todo app made with Vue & Vite with TailwindCSS & Font-Awesome. It uses localStorage to persist tasks.

It's also a PWA (Progressive Web Spp) so You could install it on Android.

obraz

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint