Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 498 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 498 Bytes

Nuxt layer for shared code

Look at the Nuxt 3 layer documentation to learn more.

What's inside?

  • Default Nuxt 3 project configuration
  • Shared components / composables / utils / server routes

Setup

Make sure to install the dependencies:

pnpm install
cd playground
pnpm install

Development Server

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

pnpm dev

Release

pnpm realease