This is a todo application made with Vue.js.
The project started about 1 year ago (June 2018). Since then, Vue has changed a little, but specially the Vue CLI and my knowledge. Code may not be as clean as I'd like today, but it works. Same goes for the back-end.
The app was developed using this video as guidance.
Another site of interest is todomvc, which is a compilation of examples of todo apps with various frameworks, Vue.js included. This app is inspired by this.
This app needs the accompanying server which is at this repo. Setup this before running this app.
- Setup the back-end first
- Clone the repo
- Run
npm installinside the directory - Run
npm run devfor running locally ornpm run buildto generate static files and serve on another server - ...Profit?
