/vue-todo-list

A simple vue to-do list

Primary LanguageVueMIT LicenseMIT

Vue To-do list

THis is a Vue application for the purpose of learning Vue.js.

Summary

Dependencies Installation

To install project's dependencies you can use you favorite dependency manager

If you prefer to install them via npm

npm install

Or if you prefer to install them via yarn

yarn

Usage

To run this project locally in your machine, you can simply run

npm run dev

or if you prefer

yarn dev

then the project will be available at http://localhost:3000

Contributing

Feel free to contribute to this project sending a PR :)

Production

This project isn't actually in production 😅

with ❤️, Julian