Make sure to install the dependencies in the docs/
directory:
pnpm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
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.