Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 591 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 591 Bytes

Ingredients App

A web application that allows users to manage ingredients. This is built by Vue.js, Vuex and Vuetify.

Techs:

  • Vue.js
  • Vuex
  • Vuetify
  • Scss

Getting Started

# Install the dependencies.
$ cd .
$ npm install

Run the App

$ cd .
$ npm run serve

By default, you can visit the app in your web browser at http://localhost:8080

Screenshots

Main screen

image

References

...