Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gip-recia/menu-cantine

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gip-recia/menu-cantine

Affichage des menus de cantine des établissements scolaire du secondaire en région centre.

  • 0.1.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-20%
Maintainers
5
Weekly downloads
 
Created
Source

Menu Cantine UI

Ce projet vue est la partie front-end du service Menu Cantine.

  • Menu Cantine UI

Prérequis

  • nvm ou node 14
  • webpack

Initialisation

nvm install
npm i -g webpack
npm i

Development

npm run serve

Compilation

npm run build

Mode de test

Fonctionnement avec le back en local :

  1. Remplacer https://unpkg.com/vue par https://unpkg.com/vue@2.7.16/dist/vue.js dans dist/demo.html (ou se servir directement du demo.html dans le back)
  2. Copier les fichiers js dans le dossier static/demo du projet menu-cantine-web-service
  3. Lancer le back et accéder à l'URL de démo (voir dans le README du projet back)
npm run buildDev

Composant Web

Utilisation

<menu-cantine-menu-semaine
        is-demo
        app-portal-context=""
        app-user-info-uri=""
        app-url-img=""
        app-url-rest-api=""
        app-url-api-etab=""
        app-url-rest-api-demo="">
</menu-cantine-menu-semaine>

Paramètres

PropriétéSignification
is-demoTrue pour lancer en mode de test local (affichage de la page "admin")
app-portal-contextURL du portail
app-user-info-uriURL de l'API pour récupérer les infos sur les users
app-url-imgURL des images
app-url-rest-apiURL du back pour récupérer les menus
app-url-api-etabURL de l'API pour récupérer les infos sur les structures
app-url-rest-api-demoURL du back pour récupérer les menus en mode test local

Keywords

FAQs

Package last updated on 11 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc