Proposed frontend for Donezo [working title]
  • Vue 55.4%
  • TypeScript 22.8%
  • CSS 21.8%
Find a file
2026-05-16 13:41:27 -07:00
app Task editing works 2026-05-16 13:41:27 -07:00
public Initial commit with any real content 2026-05-02 14:32:33 -04:00
.gitignore Initial commit with any real content 2026-05-02 14:32:33 -04:00
nuxt.config.ts Use pinia for store 2026-05-05 13:07:59 -07:00
package-lock.json Task editor sidebar 2026-05-07 07:20:22 -07:00
package.json Use pinia for store 2026-05-05 13:07:59 -07:00
README.md Initial commit with any real content 2026-05-02 14:32:33 -04:00
tsconfig.json Initial commit with any real content 2026-05-02 14:32:33 -04:00

Donezo Frontend

A proposed frontend for Donezo

Setup

  • Install dependencies: npm install
  • Start dev server: npm run dev
  • Build for production: npm run build
  • Preview prod build: npm run preview