chore: initialize lhbfx project and documentation
This commit is contained in:
20
frontend/README.md
Normal file
20
frontend/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# longhubang frontend
|
||||
|
||||
Vue 3 + Vite + TypeScript frontend for the top trader monitoring dashboard.
|
||||
|
||||
## Development
|
||||
|
||||
```powershell
|
||||
npm install
|
||||
npm run dev -- --host 127.0.0.1 --port 5173
|
||||
```
|
||||
|
||||
The dev server proxies `/api` to `http://127.0.0.1:8000`.
|
||||
|
||||
## Build
|
||||
|
||||
```powershell
|
||||
npm run build
|
||||
```
|
||||
|
||||
The production output is written to `dist/`. The FastAPI backend serves `frontend/dist` after a build.
|
||||
Reference in New Issue
Block a user