We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d575de commit 01b74b1Copy full SHA for 01b74b1
.gitignore
@@ -22,9 +22,8 @@ pnpm-debug.log*
22
*.sln
23
*.sw?
24
25
-.npmrc
26
yarn.lock
27
-pnpm-lock.yaml
+# pnpm-lock.yaml # https://github.com/ikuaitu/vue-fabric-editor/issues/554
28
package-lock.json
29
typings/auto-imports.d.ts
30
.eslintrc-auto-import.json
.npmrc
@@ -0,0 +1,7 @@
1
+registry = https://registry.npmmirror.com # 镜像源
2
+canvas_binary_host_mirror = https://registry.npmmirror.com/-/binary/canvas # canvas安装慢的问题
3
+
4
+ignore-workspace-root-check = true
5
+shamefully-hoist = true
6
+strict-peer-dependencies = false
7
+auto-install-peers = true
0 commit comments