These are the local dependencies that are needed for development,
- npm
- git
Get this repo to your local machine using,
$ git clone https://github.com/Cadufc91/To-do-List.git
To install the node packages used in the project:
$ cd my-app
$ npm install
Compiles and hot-reloads for development
$ npm run serve
Compiles and minifies for production
$ npm run build