cesieats_feedmodule_grp3
v0.0.2
Published
A Nuxt library for feed module, by CESI Eats (GRP3 LR)
Downloads
5
Readme
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 devUsage
Edit your nuxt.config.js
export default {
// ...
modules: [
'cesieats_feedmodule_grp3'
],
// ...
}Sub module
| Sub Module | Link | |---|---| | Account Module | cesieats_accountmodule_grp3 | | Authentification Module | cesieats_authentificationmodule_grp3 | | Order Module | cesieats_ordermodule_grp3 | | Menu Module | cesieats_menumodule_grp3 | | Product Module | cesieats_productmodule_grp3 | | Restaurant Module | cesieats_restaurantmodule_grp3| | Manage Module | cesieats_managemodule_grp3 | | Home Module | cesieats_homemodule_grp3 | | Include Module | cesieats_includemodule_grp3 |
