https://github.com/la-rebelion/dash-ui-nuxt
Bootstrap 5 Admin & Dashboard Template on Nuxt3. Components and templates kit fully coded with Bootstrap 5 and Nuxt3
https://github.com/la-rebelion/dash-ui-nuxt
Last synced: 3 months ago
JSON representation
Bootstrap 5 Admin & Dashboard Template on Nuxt3. Components and templates kit fully coded with Bootstrap 5 and Nuxt3
- Host: GitHub
- URL: https://github.com/la-rebelion/dash-ui-nuxt
- Owner: la-rebelion
- License: mpl-2.0
- Created: 2022-02-10T11:51:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T12:11:48.000Z (over 3 years ago)
- Last Synced: 2025-01-20T06:45:50.176Z (4 months ago)
- Language: SCSS
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Dash UI
Based on [Dash UI - Bootstrap 5 Theme](https://github.com/la-rebelion/Dash-UI#dash-ui---bootstrap-5-theme-) [](https://twitter.com/intent/tweet?text=Dash%20-%20UI%20Bootstrap%205%20and%20%23Nuxt%203Theme&url=https%3A%2F%2Fgithub.com%2Fla-rebelion%2Fdash-ui-nuxt&via=RebelionLabs)
## Quick start
Either with `yarn` or `npm`:
**Setup**
Make sure to install the dependencies
```bash
npm install
yarn install
```**Development**
Start the development server on http://localhost:3000
```bash
npm dev -- -o
yarn dev
```**Production**
Build the application for production:
```bash
npm run build
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).