https://github.com/bylothink/backoffice_app-frontend
A generic frontend for a backoffice app to manage some orders and products.
https://github.com/bylothink/backoffice_app-frontend
frontend pinia typescript vitejs vue-router vuejs vuetify
Last synced: about 1 month ago
JSON representation
A generic frontend for a backoffice app to manage some orders and products.
- Host: GitHub
- URL: https://github.com/bylothink/backoffice_app-frontend
- Owner: Bylothink
- License: apache-2.0
- Created: 2025-03-24T17:22:33.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-04-04T15:50:01.000Z (3 months ago)
- Last Synced: 2025-04-09T03:36:22.659Z (3 months ago)
- Topics: frontend, pinia, typescript, vitejs, vue-router, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Backoffice App
## Frontend
A generic frontend for a backoffice app to manage some orders and products.
## Get started
```sh
cp .env.example .env
```> [!TIP]
>
> Edit both `.env` and `docker-compose.yml` environment variables to match your needs.### Using Docker
#### Build
```sh
docker compose build
```#### Run
```sh
docker compose up [-d]
```### Using Node.js or Bun
#### First run
```sh
npm install
```#### Run
```sh
npm run dev
```> [!NOTE]
>
> The application will be available at [`http://localhost:5173`](http://localhost:5173) by default.