cesieats_accountmodule_grp3
v0.0.4
Published
A Nuxt library for account module, by CESI Eats (GRP3 LR)
Readme
Nuxt.js account module
This package includes all components from the account part of the project.
Installation
Install the dependencies and the start the server.
# install dependencies with yarn
yarn add cesieats_accountmodule_grp3
# or with npm
npm i cesieats_accountmodule_grp3
# serve with hot reload at localhost:3000
$ npm run devUsage
Edit your nuxt.config.js
export default {
// ...
modules: [
'cesieats_accountmodule_grp3'
],
// ...
}Sub module
| Sub Module | Link | |---|---| | Feed Module | cesieats_feedmodule_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 |
