joseph-montanez / nuxt3-static-blog

A starter site for Nuxt3 static website and blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Static Site & Blog Starter

This is a demo of how to use Nuxt 3 for a static website and blog.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

About

A starter site for Nuxt3 static website and blog


Languages

Language:Vue 94.1%Language:TypeScript 5.9%