Directory Structure

Assets

Contains all assets for the app like app images, app styles, etc.

Components

Contains all sections required in a page. Eg: Nav, Footer, etc

Router

Contains the paths to all your pages and sections.

Store

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.

Views

Contains all the pages you see on the web application. Eg: Login, Home, Product pages.

App

It is the base structure for all the pages on the web app

Main

Contains imports of packages and their references. Also contains the google map keys and can be changed over there.

Last updated