Skip to content

Commit

Permalink
chore: initial fronted end (#10)
Browse files Browse the repository at this point in the history
* chore: initial primevue

* chore: setup unplugin addons

* chore: setup unplugin auto import

* chore: setup unocss

* chore: remove broken auto import

* fix(cspell): add primevue as known word
  • Loading branch information
fu050409 authored Jul 12, 2024
1 parent 76542ce commit 0260059
Show file tree
Hide file tree
Showing 10 changed files with 1,641 additions and 182 deletions.
8 changes: 5 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@
"version": "0.2",
"language": "en",
"words": [
"attributify",
"Avenir",
"cdylib",
"grassator",
"icns",
"noctisynth",
"primevue",
"serde",
"staticlib",
"tauri"
"tauri",
"unocss",
"unplugin"
],
"ignorePaths": [
// Tauri files
"**/Cargo.lock",
"**/target/**",
"./src-tauri/gen/**",

// Github actions
".github/**",

// Node files
"src/assets/**",
"public/**",
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@
"tauri": "tauri"
},
"dependencies": {
"@primevue/themes": "^4.0.0",
"@tauri-apps/api": "2.0.0-beta.14",
"@tauri-apps/plugin-shell": "2.0.0-beta.7",
"primevue": "^4.0.0",
"unocss": "^0.61.3",
"vue": "^3.4.31"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.0.0",
"@tauri-apps/cli": "2.0.0-beta.21",
"@vitejs/plugin-vue": "^5.0.5",
"internal-ip": "^7.0.0",
"typescript": "^5.5.3",
"unplugin-turbo-console": "^1.9.3",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vue-tsc": "^2.0.26"
}
Expand Down
Loading

0 comments on commit 0260059

Please sign in to comment.