Package Exports
- cesieats_accountmodule_grp3
- cesieats_accountmodule_grp3/nuxt.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cesieats_accountmodule_grp3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 |