• Vue 64%
  • TypeScript 19.5%
  • CSS 16.5%
Find a file
2026-06-18 16:33:50 -04:00
app rewrite in vue 2026-06-15 21:37:38 -04:00
content rewrite in vue 2026-06-15 21:37:38 -04:00
public rewrite in vue 2026-06-15 21:37:38 -04:00
.gitignore rewrite in vue 2026-06-15 21:37:38 -04:00
.npmrc add npmrc 2026-06-18 16:16:23 -04:00
content.config.ts rewrite in vue 2026-06-15 21:37:38 -04:00
nixpacks.toml wtf going on 2026-06-18 16:25:05 -04:00
nuxt.config.ts rewrite in vue 2026-06-15 21:37:38 -04:00
package.json wtf going on 2026-06-18 16:33:50 -04:00
pnpm-lock.yaml add dependency 2026-06-18 11:52:23 -04:00
pnpm-workspace.yaml update pnpm workspace 2026-06-18 16:09:39 -04:00
README.md rewrite in vue 2026-06-15 21:37:38 -04:00
tsconfig.json rewrite in vue 2026-06-15 21:37:38 -04:00

Nuxt Content Starter

Look at the Nuxt Content documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.