Skip to content

A cooking UX based on time-management cooking games.

Notifications You must be signed in to change notification settings

daxadal/cooking-vue

Repository files navigation

Cooking VUE

A cooking UI based on time-management cooking games. Create the utensils that are present in your fictional kitchen. Create the ingredients that will be cooked, as well as the half-cooked and final byproducts. Create recipes by creating the individual steps necessary to transform the raw ingredient into a fully cooked byproduct.

Repositories

Availability

Fully functional (connected to the Cooking API server)

Mock page (API calls mocked)

Previous steps

This app needs to be connected to the Cooking API project. Check its availability beforehand, or execute it locally.

Modify the .env with the server URL.

Installation and execution

To run the app, first you have to install the dependencies:

npm ci

The app can be started using one of the following commands:

npm run serve # Hot-reloads for development
npm run build # Minifies for production

By default, the app is available at http://localhost:8080.

Lint

Project can be linted using the following command:

npm run lint

About

A cooking UX based on time-management cooking games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published