mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
live reload with vue and react
This commit is contained in:
9619
packages/vue/test/apps/vue3/package-lock.json
generated
9619
packages/vue/test/apps/vue3/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -16,8 +16,8 @@
|
||||
"sync": "sh ./scripts/sync.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/vue": "^6.0.12",
|
||||
"@ionic/vue-router": "^6.0.12",
|
||||
"@ionic/vue": "workspace:*",
|
||||
"@ionic/vue-router": "workspace:*",
|
||||
"ionicons": "^6.0.4",
|
||||
"vue": "^3.2.31",
|
||||
"vue-router": "^4.0.14"
|
||||
|
@ -20,5 +20,8 @@ export default defineConfig({
|
||||
// Preview applies to "vite preview" command
|
||||
preview: {
|
||||
port: 8080
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['@ionic/vue', '@ionic/vue-router']
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user