DonkeyKongJr / pimlify

A vue (pwa) to take orders for our most favorite restaurant. All data is stored in firebase.
MIT License
1 stars 0 forks source link

feat(order-menu): add order menu and new route #9

Closed Opiskull closed 6 years ago

Opiskull commented 6 years ago

Add a new route /menu that gets the id and then sets the current Menu from the model.

This is the first part of the menu implementation :)

7