Skip to content

This is the Verdaccio NPM proxy plugin for Convertigo. Use this projet if you need to build Convertigo projects with no internet access. This lib will simulate an NPM local registry

Notifications You must be signed in to change notification settings

convertigo/c8oprj-lib-verdaccio

Repository files navigation

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

About

This is the Verdaccio NPM proxy plugin for Convertigo. Use this projet if you need to build Convertigo projects with no internet access. This lib will simulate an NPM local registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published