V2: Origin based animations, Gesture Builder, New Demo, non-url-based-routing. Massive improvements.
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"build": "npm run build:packages && vue-tsc -b && vite build",
|
||||
"build:packages": "npm run build --workspace @native-vue-router/core --workspace @native-vue-router/preset-native --workspace @native-vue-router/capacitor --workspace @native-vue-router/electron --if-present",
|
||||
"build:packages": "npm run build --workspace @native-vue-router/core --workspace @native-vue-router/core-v2 --workspace @native-vue-router/preset-native --workspace @native-vue-router/capacitor --workspace @native-vue-router/electron --if-present",
|
||||
"build:v2-demo": "npm run build --workspace @native-vue-router/origins-demo",
|
||||
"dev:v2": "npm run dev --workspace @native-vue-router/origins-demo",
|
||||
"serve:v2": "npm run build:v2-demo && npm run preview --workspace @native-vue-router/origins-demo",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:e2e": "playwright test",
|
||||
|
||||
Reference in New Issue
Block a user