Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daidr/doulog-admin
https://github.com/daidr/doulog-admin
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daidr/doulog-admin
- Owner: daidr
- Created: 2024-03-10T16:00:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T19:02:12.000Z (6 days ago)
- Last Synced: 2024-11-11T20:18:05.242Z (6 days ago)
- Language: Vue
- Size: 854 KB
- Stars: 0
- Watchers: 2
- 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
```