Skip to content

Commit

Permalink
feat: 💄 Use Vuetify components.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 9, 2023
1 parent 23c6752 commit f9f047e
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 45 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
},
"dependencies": {
"@tauri-apps/api": "^1.5.1",
"vue": "^3.3.8"
"vue": "^3.3.8",
"vuetify": "^3.3.23"
},
"devDependencies": {
"@mdi/js": "^7.3.67",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
Expand All @@ -37,6 +39,7 @@
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.8.22"
},
"browserslist": [
Expand Down
Loading

0 comments on commit f9f047e

Please sign in to comment.