Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 835 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 835 Bytes

Nuxt 3 Dash UI

Based on Dash UI - Bootstrap 5 Theme Twitter URL

Quick start

Either with yarn or npm:

Setup

Make sure to install the dependencies

npm install
yarn install

Development

Start the development server on http://localhost:3000

npm dev -- -o
yarn dev

Production

Build the application for production:

npm run build
yarn build

Checkout the deployment documentation.