mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
live reload with vue and react
This commit is contained in:
29952
packages/react/test/apps/react17/package-lock.json
generated
29952
packages/react/test/apps/react17/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/react": "^6.6.1",
|
"@ionic/react": "workspace:*",
|
||||||
"@ionic/react-router": "^6.6.1",
|
"@ionic/react-router": "workspace:*",
|
||||||
"@types/react": "^17.0.53",
|
"@types/react": "^17.0.53",
|
||||||
"@types/react-dom": "^17.0.19",
|
"@types/react-dom": "^17.0.19",
|
||||||
"@types/react-router": "^5.1.20",
|
"@types/react-router": "^5.1.20",
|
||||||
|
16006
packages/react/test/apps/react18/package-lock.json
generated
16006
packages/react/test/apps/react18/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/react": "^7.0.0",
|
"@ionic/react": "workspace:*",
|
||||||
"@ionic/react-router": "^7.0.0",
|
"@ionic/react-router": "workspace:*",
|
||||||
"ionicons": "^7.0.0",
|
"ionicons": "^7.0.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
|
@ -15,5 +15,8 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 3000
|
port: 3000
|
||||||
|
},
|
||||||
|
optimizeDeps: {
|
||||||
|
exclude: ['@ionic/react', '@ionic/react-router']
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
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"
|
"sync": "sh ./scripts/sync.sh"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/vue": "^6.0.12",
|
"@ionic/vue": "workspace:*",
|
||||||
"@ionic/vue-router": "^6.0.12",
|
"@ionic/vue-router": "workspace:*",
|
||||||
"ionicons": "^6.0.4",
|
"ionicons": "^6.0.4",
|
||||||
"vue": "^3.2.31",
|
"vue": "^3.2.31",
|
||||||
"vue-router": "^4.0.14"
|
"vue-router": "^4.0.14"
|
||||||
|
@ -20,5 +20,8 @@ export default defineConfig({
|
|||||||
// Preview applies to "vite preview" command
|
// Preview applies to "vite preview" command
|
||||||
preview: {
|
preview: {
|
||||||
port: 8080
|
port: 8080
|
||||||
|
},
|
||||||
|
optimizeDeps: {
|
||||||
|
exclude: ['@ionic/vue', '@ionic/vue-router']
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
5520
pnpm-lock.yaml
generated
5520
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -7,3 +7,6 @@ packages:
|
|||||||
- 'packages/vue-router'
|
- 'packages/vue-router'
|
||||||
- 'packages/react'
|
- 'packages/react'
|
||||||
- 'packages/react-router'
|
- 'packages/react-router'
|
||||||
|
- 'packages/vue/test/build/**'
|
||||||
|
- 'packages/react/test/build/**'
|
||||||
|
- 'packages/angular/test/build/**'
|
||||||
|
Reference in New Issue
Block a user