Skip to content

Commit

Permalink
feat: add basic bar ui
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Jan 11, 2024
1 parent bccfa39 commit bae9fe0
Show file tree
Hide file tree
Showing 22 changed files with 667 additions and 313 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@
}
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"sirv": "^2.0.4",
"unplugin": "^1.5.1"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@nuxt/kit": "^3.8.2",
"@nuxt/schema": "^3.8.2",
"@types/fs-extra": "^11.0.4",
Expand All @@ -143,6 +145,7 @@
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-vue-devtools": "^7.0.7",
"vitest": "^0.34.6",
"webpack": "^5.89.0"
}
Expand Down
3 changes: 2 additions & 1 deletion playground/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import Inspect from 'vite-plugin-inspect'
import Unplugin from '../src/vite'
import VueDevTools from 'vite-plugin-vue-devtools'

export default defineConfig({
plugins: [Inspect(), Unplugin()]
plugins: [Inspect(), Unplugin(), VueDevTools()]
})
Loading

0 comments on commit bae9fe0

Please sign in to comment.