📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

hornet-js-components

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hornet-js-components

Interfaces des composants web de hornet-js

5.3.0
Source
npm
Version published
Weekly downloads
16
128.57%
Maintainers
3
Weekly downloads
 
Created
Source

hornet-js-component

Ce module est un composant de haut niveau qui comporte:

  • La gestion de la navigation dans le menu en fonction des rôles de l'utilisateur
  • Une énumération des codes clavier pour la gestion A11Y : RGAA
  • L'interface correspondant à une page
  • L'interface correspondant aux propriétés d'un élément de menu
  • etc

Prérequis

  • NodeJS 8.X
  • hornet-js-builder 1.X installé en global:
npm install -g hornet-js-builder

Initialisation

Récupérer les sources du projet.

Compiler les sources typescript de hornet.js

hb compile

Utilisation dans un projet

Ajouter au package.json

  "tsDefinitionDependencies": {
    "hornet-js-ts-typings": "5.3.X"
  }
  "appDependencies": {
    "hornet-js-components": "5.3.X"
  }

Puis lancer la commande :

hb install

Licence

hornet-js-component est sous licence cecill 2.1.

Site web : http://www.cecill.info

Keywords

hornet

FAQs

Package last updated on 28 Mar 2019

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