mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-16 20:30:19 -06:00
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
const registries = {
|
|
npm: 'https://registry.npmjs.org',
|
|
yarn: 'https://registry.yarnpkg.com',
|
|
taobao: 'https://registry.npm.taobao.org',
|
|
pnpm: 'https://registry.npmjs.org'
|
|
}
|
|
|
|
module.exports = registries
|