0.0.2 • Published 2 years ago

cesieats_feedmodule_grp3 v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Nuxt.js feed module

This package includes all components from the feed part of the project.

Installation

Install the dependencies and the start the server.

# install dependencies with yarn
yarn add cesieats_feedmodule_grp3
# or with npm
npm i cesieats_feedmodule_grp3

# serve with hot reload at localhost:3000
$ npm run dev

Usage

Edit your nuxt.config.js

export default {
  // ...
  modules: [
    'cesieats_feedmodule_grp3'
  ],
  // ...
}

Sub module

Sub ModuleLink
Account Modulecesieats_accountmodule_grp3
Authentification Modulecesieats_authentificationmodule_grp3
Order Modulecesieats_ordermodule_grp3
Menu Modulecesieats_menumodule_grp3
Product Modulecesieats_productmodule_grp3
Restaurant Modulecesieats_restaurantmodule_grp3
Manage Modulecesieats_managemodule_grp3
Home Modulecesieats_homemodule_grp3
Include Modulecesieats_includemodule_grp3