Tasks

Project   |    See the project   |    How to build   |    Run the project

💻 Project

This project is a classic TODO application, and it had the purpose to learn the basis of vue.js.

🌐 See the project

The application can be accessed at https://tasks-vue-app.herokuapp.com/.

👷 How to build

# Clone the repository
$ git clone https://github.com/GustavoAriadno/Learning-Vue-Tasks.git

# Enter in the repository directory
$ cd Learning-Vue-Tasks

# Install dependencies
$ npm install

🚀 Run the project

# Compiles and hot-reloads for development
$ npm dev

And then the application could be accessed at http://localhost:8080/.