Browse Source

refactor: use pnpm as management tool then fix install&compile error

pull/386/head
winkidney 1 month ago
parent
commit
5fe2ed8a4c
3 changed files with 11154 additions and 9236 deletions
  1. +1
    -0
      pinry-spa/package.json
  2. +11153
    -0
      pinry-spa/pnpm-lock.yaml
  3. +0
    -9236
      pinry-spa/yarn.lock

+ 1
- 0
pinry-spa/package.json View File

@@ -10,6 +10,7 @@
"dependencies": {
"axios": "^0.21.2",
"buefy": "^0.8.20",
"bulma": "0.7.5",
"core-js": "^3.3.2",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",


+ 11153
- 0
pinry-spa/pnpm-lock.yaml
File diff suppressed because it is too large
View File


+ 0
- 9236
pinry-spa/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save