https://github.com/traptitech/booq-ui
booQ (client) - management tool for equipment and book rental
https://github.com/traptitech/booq-ui
hacktoberfest
Last synced: about 1 year ago
JSON representation
booQ (client) - management tool for equipment and book rental
- Host: GitHub
- URL: https://github.com/traptitech/booq-ui
- Owner: traPtitech
- Created: 2020-07-03T11:43:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T13:16:39.000Z (over 2 years ago)
- Last Synced: 2025-03-28T13:33:51.004Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage:
- Size: 3.98 MB
- Stars: 1
- Watchers: 12
- Forks: 7
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# booQ-UI

booQ Frontend
## 開発環境構築
実行には Node.js が必要です
```shell
$ npm i
$ npm run gen-api
```
## コマンド
### ホットリロード環境
```shell
$ npm run dev
```
**実行前に一度`$ npm run gen-api`を実行する必要があります**
### ビルド
```shell
$ npm run build
```
ビルド
```shell
$ npm run gen-api
```
API クライアントコード生成