Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 3.55 KB

README.md

File metadata and controls

66 lines (47 loc) · 3.55 KB

Screenshot from 2024-04-19 05-49-39 Screenshot from 2024-04-19 05-38-01 Screenshot from 2024-04-19 05-38-14 Screenshot from 2024-04-19 05-38-47 Screenshot from 2024-04-19 05-39-00 Screenshot from 2024-04-19 05-39-08 Screenshot from 2024-04-19 05-40-44 Screenshot from 2024-04-19 05-40-58 Screenshot from 2024-04-19 05-41-08 Screenshot from 2024-04-19 05-41-21 Screenshot from 2024-04-19 05-41-37 Screenshot from 2024-04-19 05-42-00 Screenshot from 2024-04-19 05-42-11 Screenshot from 2024-04-19 05-44-39 Screenshot from 2024-04-19 05-44-46 Screenshot from 2024-04-19 05-45-23 Screenshot from 2024-04-19 05-45-38 Screenshot from 2024-04-19 05-46-04 Screenshot from 2024-04-19 05-46-30 Screenshot from 2024-04-19 05-46-39

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.