-
Set up your private npm proxy with Verdaccio
-
Add your private npm proxy address to modularize.js
const REGISTRY = 'https://xxx.xxx.xxx';
- Switch to the directory of your component. E.g. src/components/cTable/
$npm publish cTable
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Set up your private npm proxy with Verdaccio
Add your private npm proxy address to modularize.js
const REGISTRY = 'https://xxx.xxx.xxx';
$npm publish cTable