1.0.3 • Published 8 years ago
yss-medusa v1.0.3
#usage
- install
npm install -g yss-medusa
- edit config %medusa%/config/index.js
module.exports = {
remoteProxy: 'https://registry.npm.taobao.org/',
port: 5000,
localRepository: '/home/repositry'
}
- start medusa server at local
medusa start
- npm config set registry
npm config set registry http://localhost:5000
- npm install your app module
npm install my-app