Skip to content

a2k42/nuxt-pinia-template

Repository files navigation

Nuxt 3 Minimal Starter

Nuxt Pinia Template Live Preview


Look at the Nuxt 3 documentation to learn more.

To use this template with recommended options:

pnpm dlx nuxi@latest init -t gh:a2k42/nuxt-pinia-template --packageManager pnpm --gitInit --no-install --shell <project-name>

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

# pnpm
pnpm dev

Production

Build the application for production:

# pnpm
pnpm build

Locally preview production build:

# pnpm
pnpm preview

Check out the deployment documentation for more information.

Icons

NPM Trends

FontAwesome is not MIT licensed. mdi seems less popular, it hasn't been update in 2 years, but it could just be stable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published