Original tutorial: here (Matheus Battisti)
Make your burger is as project for learning a base of Vue 3. It's a very simple project with json database.
- Mosha Vue Toastify
- Vue SweetAlert 2
- Axios
- Json (Json server)
- Vue 3.x
- HTML / CSS / JS
- Clone this project with:
git clone https://github.com/felipepanegalli/make-your-burguer.git
- Install the dependencies:
yarn install
- Start the project:
yarn serve
- Start the database:
yarn backend
- For compile, execute
yarn start
- Open your browser on http://localhost:8080 for see the project
Felipe S. Panegalli