Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 370 Bytes

File metadata and controls

15 lines (9 loc) · 370 Bytes

Frontend

Commands

  • npm run install - Install dependencies
  • npm run dev - Compile and hot-reload for development
  • npm run build - Build for production

Environment variables

  • VITE_API_BASE_URL - The base URL of the API.

Inspiration

A lot of the codebase is written based on vue-todo-vuex application.