Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 907 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 907 Bytes

pinia-practice

Project done with Vue 3 in Vite.
A little practice with the Pinia store in the form of a Task list (yes, again, one of those haha).

Features :

  • Add new tasks
  • Delete existing ones
  • Mark task as Favorite
  • Filter to display Favorites only

The data are not being persisted, as it was not really the goal of this porject.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build