Vue Crash Course (Task Tracker)
This is the project from the YouTube crash course
Project setup
npm install
http://localhost:5000)
Run the JSON-Server backend (npm run backend
http://localhost:8080)
Run the Vue dev server (npm run serve
Compiles and minifies for production
npm run build