Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 302 Bytes

File metadata and controls

20 lines (12 loc) · 302 Bytes

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

bun install

Development Server

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

bun run dev