Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.87 KB

readme.md

File metadata and controls

72 lines (39 loc) · 1.87 KB

lib_Verdaccio

Use this project to have a virtual NPM repository serving most of the needed packages for your Convertigo projects to run Convertigo Studio on an Internet less machine .

Usage

  • Install the project

  • run the NgxApp to install dependencies

  • then go in the project directory and run

     ./_private/ionic/node_modules/verdaccio/bin/verdaccio --config ./config.yaml
     
    

This will run the local NPM repository registry.

  • Edit your home directory .npmrc file and add in it

    registry=http://localhost:4873/
    

This will instruct Convertigo NPM client to connect to your local registry instead of the unavailable Internet one

For more technical informations : documentation

Installation

  1. In your Convertigo Studio click on to import a project in the treeview

  2. In the import wizard

    paste the text below into the Project remote URL field:

    UsageClick the copy button at the end of the line
    To contribute
    lib_Verdaccio=https://github.com/convertigo/c8oprj-lib-verdaccio.git:branch=master
    
    To simply use
    lib_Verdaccio=https://github.com/convertigo/c8oprj-lib-verdaccio/archive/master.zip
    
  3. Click the Finish button. This will automatically import the lib_Verdaccio project

Mobile Library

Describes the mobile application global properties