0.0.3 • Published 1 year ago

@sigveh/nuxt-base v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@sigveh/nuxt-base

A Nuxt layer with accessible components, SEO tooling and more.

pnpm install -D @sigveh/nuxt-base

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview