Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.18 KB

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.