https://github.com/smoren/vue3-hive-ui-kit
Flexible event-based UI kit for Vue 3
https://github.com/smoren/vue3-hive-ui-kit
typescript ui-components ui-kit uikit vue vue-library vue3 vue3-library
Last synced: 3 months ago
JSON representation
Flexible event-based UI kit for Vue 3
- Host: GitHub
- URL: https://github.com/smoren/vue3-hive-ui-kit
- Owner: Smoren
- Created: 2023-02-28T08:24:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T07:43:19.000Z (about 1 year ago)
- Last Synced: 2025-06-27T14:01:58.431Z (3 months ago)
- Topics: typescript, ui-components, ui-kit, uikit, vue, vue-library, vue3, vue3-library
- Language: Vue
- Homepage:
- Size: 541 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Hive UI kit
Under construction...
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```