A single page TodoList App made in Vue.js.
Don't mind the lorem ipsum text...
What things you need to install the software and how to install them
* npm 6.15.4 or latest
* Node.js 12.18.0 or latest
A step by step series of examples that tell you how to get a development env running
Open Terminal / Command Prompt and type:
git clone https://github.com/vamuigua/todo_vue_app.git
Then change your directory to the project you have cloned
cd todo_vue_app
npm install
npm run serve
http://localhost:8000
Your done...The app should now be running on your browser 👍
npm run build
npm run lint
- Vue.js
- Victor Allen - vamuigua ✌️
- Brad Traversy - bradtraversy