2 Star 36 Fork 4

hcg1023 / vue3-dnd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.npmrc 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
hcg1023 提交于 2022-05-23 11:52 . ci: fix warn peer
# Don't use the workspace protocol.
save-workspace-protocol=false
# This makes installations on branches that aren't up to date less stressful by
# preserving the latest version in the current workspace.
prefer-workspace-packages=true
# Set the publish branch to prevent unintentional publishing.
publish-branch="main"
# Version 5.2.0 introduces automatic hoisting of `@types/*`. I'm turning it off
# for now.
shamefully-hoist=false
# Support cross platform shell commands.
shell-emulator=true
# Added since the shell-emulator seems to remove colors from output. There is a
# warning against using this setting in the docs.
# https://pnpm.js.org/en/npmrc#color
color=always
# Don't check the workspace root when installing workspace dependencies
ignore-workspace-root-check=true
# peer dependencies to be automatically installed
auto-install-peers=true
# don't want pnpm to fail on peer dependency issues
strict-peer-dependencies=false
TypeScript
1
https://gitee.com/haochenguang/vue3-dnd.git
git@gitee.com:haochenguang/vue3-dnd.git
haochenguang
vue3-dnd
vue3-dnd
main

搜索帮助