@paxpar-tech/pp-widgets-demo
v0.0.2
Published
![nuxt-ui-pro-docs-template](https://github.com/nuxt-ui-pro/docs/assets/904724/67fc15a7-92f6-4566-95b9-fe099012473c)
Downloads
1
Readme
Nuxt UI Pro - Docs template
Quick Start
npx nuxi init -t github:nuxt-ui-pro/docs
Setup
Make sure to install the dependencies:
npx bun install
Development Server
Start the development server on http://localhost:3000
:
npx bun run dev
Production
Build the application for production:
npx bun run build
Locally preview production build:
npx bun run preview
Check out the deployment documentation for more information.
Nuxt Studio integration
Add @nuxthq/studio
dependency to your package.json:
npx bun add -d @nuxthq/studio
Add this module to your nuxt.config.ts
:
export default defineNuxtConfig({
...
modules: [
...
'@nuxthq/studio'
]
})
Read more on Nuxt Studio docs.
Renovate integration
Install Renovate GitHub app on your repository and you are good to go.
publish
npx npm login
npx npm publish --access public