Guest User

Untitled

a guest
Oct 18th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. "dependencies": {
  2. "vue": "^2.4.4", //public registry
  3. "ce-ui": "http://myartifactory.com/artifactory/npm-local/ce-ui/-/ce-ui-0.0.2.tgz"
  4. }
  5.  
  6. "dependencies": {
  7. "vue": "^2.4.4",
  8. "ce-ui": "^0.0.2"
  9. }
  10.  
  11. npm config set registry http://<ARTIFACTORY_SERVER_DOMAIN>:8081/artifactory/api/npm/your-npm-virtual-repo-name
  12.  
  13. npm publish --registry http://<ARTIFACTORY_SERVER_DOMAIN>:8081/artifactory/api/npm/your-virtual-repo-name
  14.  
  15. "dependencies": {
  16. "vue": "^2.4.4",
  17. "ce-ui": "^0.0.2"
  18. }
Add Comment
Please, Sign In to add comment