"添加前端模板和运行代码模块"
This commit is contained in:
24
qiming-xagi-frontend-templates/.npmrc
Normal file
24
qiming-xagi-frontend-templates/.npmrc
Normal file
@@ -0,0 +1,24 @@
|
||||
# pnpm 配置文件 - 优化国内网络访问和包管理体验
|
||||
|
||||
# 镜像源配置
|
||||
registry=https://registry.npmmirror.com
|
||||
@types:registry=https://registry.npmmirror.com
|
||||
@typescript-eslint:registry=https://registry.npmmirror.com
|
||||
@next:registry=https://registry.npmmirror.com
|
||||
@vercel:registry=https://registry.npmmirror.com
|
||||
@vue:registry=https://registry.npmmirror.com
|
||||
@vitejs:registry=https://registry.npmmirror.com
|
||||
|
||||
# pnpm 特定配置
|
||||
auto-install-peers=true
|
||||
strict-peer-dependencies=false
|
||||
save-exact=true
|
||||
prefer-offline=true
|
||||
progress=false
|
||||
|
||||
# 构建优化
|
||||
ignore-build-scripts=true
|
||||
|
||||
# 工作区配置
|
||||
save-workspace-protocol=true
|
||||
package-import-method=auto
|
||||
Reference in New Issue
Block a user