https://github.com/daidr/doulog-admin
https://github.com/daidr/doulog-admin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daidr/doulog-admin
- Owner: daidr
- Created: 2024-03-10T16:00:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T09:15:55.000Z (over 1 year ago)
- Last Synced: 2026-02-15T04:04:11.145Z (4 months ago)
- Language: Vue
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DouLog Admin (WIP)
The brand-new dashboard frontend for DouLog (Golang-based backend).
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
pnpm test:unit
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```