feat(examples): add pinia example to vite-examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-26 10:15:39 +02:00
committed by Braks
parent 53884a941e
commit 18aeefb069
6 changed files with 147 additions and 3 deletions
+3 -2
View File
@@ -7,13 +7,14 @@
"lint": "eslint --ext .js,.ts,.vue ./"
},
"dependencies": {
"vueflow": "workspace:*",
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
"@vue-flow/minimap": "workspace:*",
"@vue-flow/node-resizer": "workspace:*",
"@vue-flow/node-toolbar": "workspace:*"
"@vue-flow/node-toolbar": "workspace:*",
"pinia": "^2.0.35",
"vueflow": "workspace:*"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",