Skip to content

Commit c6c8280

Browse files
committed
refactor: add pinia & ionicons
1 parent 4cb84f8 commit c6c8280

File tree

6 files changed

+293
-158
lines changed

6 files changed

+293
-158
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Getting Started with ViteJS, Ionic Framework v6 And VueJS
22

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/)
47

58
## Recommended IDE Setup
69

710
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
11+
12+
## License
13+
14+
MIT

package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
66
"serve": "vite preview"
77
},
88
"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"
1315
},
1416
"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",
1820
"prettier": "^2.7.1",
1921
"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"
2224
}
2325
}

0 commit comments

Comments
 (0)