3.0.2 • Published 5 months ago

@paxpar-tech/pp-widgets v3.0.2

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

nuxt-ui-pro-docs-template

pp-widgets

Nuxt UI Pro Nuxt Studio

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