Skip to content

Latest commit

 

History

History

docs

Nuxt Strapi - Docs

Nuxt UI Pro

Setup

Make sure to install the dependencies in the docs/ directory:

pnpm install

Development Server

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

# npm
npm run dev

Production

Make sure to add your Nuxt UI Pro license in the .env file before building the application.

Build the application for production:

# npm
npm run generate

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.