Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 11:59:19 +08:00
v3-admin-vite/.npmrc
2024-09-20 11:11:49 +08:00

9 lines
204 B
Plaintext

# China mirror of npm
registry = https://registry.npmmirror.com
# 通过该配置兜底解决组件没有类型提示的问题
shamefully-hoist = true
# 安装依赖时锁定版本号
save-exact = true