mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-29 10:38:35 -06:00
9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
const registries = {
|
|
npm: 'https://registry.npmjs.org',
|
|
yarn: 'https://registry.yarnpkg.com',
|
|
taobao: 'https://registry.npmmirror.com',
|
|
pnpm: 'https://registry.npmjs.org'
|
|
}
|
|
|
|
module.exports = registries
|