THis is a Vue application for the purpose of learning Vue.js.
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
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
Feel free to contribute to this project sending a PR :)
This project isn't actually in production 😅
with ❤️, Julian