Skip to content

Commit 00a517b

Browse files
committed
add demo vue3 to workspaces
1 parent 6f85562 commit 00a517b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"setup": "npm run submodules && ts-patch install",
4343
"start": "./node_modules/.bin/ntl -A -s 15 -o",
4444
"submodules": "git submodule update --init",
45+
"submodules.update": "git submodule -q foreach git pull -q origin master && git add .",
4546
"sync": "node ./tools/sync.js",
4647
"update": "node ./tools/update.js",
4748
"doc": "node tools/builddoc.mjs"
@@ -80,12 +81,15 @@
8081
"demo.svelte.ios": "Runs the Svelte demo on iOS.",
8182
"demo.vue.android": "Runs the Vue demo on Android.",
8283
"demo.vue.ios": "Runs the Vue demo on iOS.",
84+
"demo.vue3.android": "Runs the Vue3 demo on Android.",
85+
"demo.vue3.ios": "Runs the Vue3 demo on iOS.",
8386
"watch": "Watch for changes in the plugin source and re-build."
8487
}
8588
},
8689
"workspaces": [
8790
"packages/*",
8891
"demo-vue",
92+
"demo-vue3",
8993
"demo-ng",
9094
"demo-svelte",
9195
"demo-react",

0 commit comments

Comments
 (0)