https://github.com/brokiem/admin
Admin dashboard for my website
https://github.com/brokiem/admin
Last synced: about 2 months ago
JSON representation
Admin dashboard for my website
- Host: GitHub
- URL: https://github.com/brokiem/admin
- Owner: brokiem
- License: mit
- Created: 2023-02-20T05:25:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T06:06:22.000Z (5 months ago)
- Last Synced: 2025-02-12T22:35:32.922Z (4 months ago)
- Language: Vue
- Homepage: https://admin-brokiem.vercel.app
- Size: 5.56 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.