hub-site/wip-refactor
mrrpnya c2095d0b13
Some checks failed
Testing / test (pull_request) Has been cancelled
Testing / test (push) Waiting to run
Publish to OCI Registry / publish (push) Has been cancelled
.
2025-03-05 22:34:37 -08:00
..
assets . 2025-03-05 22:34:37 -08:00
components . 2025-03-05 22:34:37 -08:00
pages . 2025-03-05 22:34:37 -08:00
public . 2025-03-05 22:34:37 -08:00
server . 2025-03-05 22:34:37 -08:00
.gitignore . 2025-03-05 22:34:37 -08:00
app.vue . 2025-03-05 22:34:37 -08:00
deno.lock . 2025-03-05 22:34:37 -08:00
nuxt.config.ts . 2025-03-05 22:34:37 -08:00
package.json . 2025-03-05 22:34:37 -08:00
README.md . 2025-03-05 22:34:37 -08:00
tailwind.config.js . 2025-03-05 22:34:37 -08:00
tsconfig.json . 2025-03-05 22:34:37 -08:00

Nuxt Minimal Starter

Look at the Nuxt 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.