Directory Structure
Last updated
Last updated
Contains all assets for the app like app images, app styles, etc.
Contains all sections required in a page. Eg: Nav, Footer, etc
Contains the paths to all your pages and sections.
The web application for Fuodz uses vuex as state management. It basically stores for example items in cart, logged in user info, etc. It is also where you would change your api endpoints.
Contains all the pages you see on the web application. Eg: Login, Home, Product pages.
It is the base structure for all the pages on the web app
Contains imports of packages and their references. Also contains the google map keys and can be changed over there.