1.0.3 • Published 8 years ago

yss-medusa v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

#usage

  1. install
npm install -g yss-medusa
  1. edit config %medusa%/config/index.js
module.exports = {
  remoteProxy: 'https://registry.npm.taobao.org/',
  port: 5000,
  localRepository: '/home/repositry'
}
  1. start medusa server at local
medusa start
  1. npm config set registry
npm config set registry http://localhost:5000
  1. npm install your app module
npm install my-app