File tree 6 files changed +293
-158
lines changed
6 files changed +293
-158
lines changed Original file line number Diff line number Diff line change 1
1
# Getting Started with ViteJS, Ionic Framework v6 And VueJS
2
2
3
- [ ionic docs] ( https://ionicframework.com/docs/components )
3
+ ## Documentation
4
+
5
+ - [ vite] ( https://vitejs.dev/ ) - [ vue] ( https://vuejs.org/ ) - [ vue-router] ( https://router.vuejs.org/ ) - [ pinia] ( https://pinia.vuejs.org/ )
6
+ - [ ionic] ( https://ionicframework.com/ )
4
7
5
8
## Recommended IDE Setup
6
9
7
10
[ VSCode] ( https://code.visualstudio.com/ ) + [ Volar] ( https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar )
11
+
12
+ ## License
13
+
14
+ MIT
Original file line number Diff line number Diff line change 6
6
"serve" : " vite preview"
7
7
},
8
8
"dependencies" : {
9
- "@ionic/vue" : " ^6.3.0" ,
10
- "@ionic/vue-router" : " ^6.3.0" ,
11
- "vue" : " ^3.2.40" ,
12
- "vue-router" : " ^4.1.5"
9
+ "@ionic/vue" : " ^6.3.4" ,
10
+ "@ionic/vue-router" : " ^6.3.4" ,
11
+ "ionicons" : " ^6.0.3" ,
12
+ "pinia" : " ^2.0.23" ,
13
+ "vue" : " ^3.2.41" ,
14
+ "vue-router" : " ^4.1.6"
13
15
},
14
16
"devDependencies" : {
15
- "@types/node" : " ^18.8.2 " ,
16
- "@vitejs/plugin-vue" : " ^3.1.2 " ,
17
- "@vue/compiler-sfc" : " 3.2.40 " ,
17
+ "@types/node" : " ^18.11.9 " ,
18
+ "@vitejs/plugin-vue" : " ^3.2.0 " ,
19
+ "@vue/compiler-sfc" : " 3.2.41 " ,
18
20
"prettier" : " ^2.7.1" ,
19
21
"typescript" : " ^4.8.4" ,
20
- "vite" : " ^3.1.6 " ,
21
- "vue-tsc" : " ^0.40.13 "
22
+ "vite" : " ^3.2.2 " ,
23
+ "vue-tsc" : " ^1.0.9 "
22
24
}
23
25
}
You can’t perform that action at this time.
0 commit comments