vue-todo
This a frontend todo app I’ve made during vue.js crash course with vue router. For backend I have used json-server. You can run it on your local machine using instructions bellow or you can run stateless version deployed via vercel right in the browser. Live STATELESS demo
Technologies I’ve used
Screenshots
Video
chrome_YSVfoFp8yx.-.Trim.mp4
Project Setup
npm install
Run the JSON-Server backend
npm run backend
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build