mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 11:50:19 -06:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
const registries = {
|
|
npm: 'https://registry.npmjs.org',
|
|
yarn: 'https://registry.yarnpkg.com',
|
|
taobao: 'https://registry.npm.taobao.org'
|
|
}
|
|
|
|
module.exports = registries
|