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