Skip to content
View ErinMutchler's full-sized avatar

Block or report ErinMutchler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ErinMutchler/README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Popular repositories Loading

  1. AIMusician AIMusician Public

    JavaScript

  2. tonaljs tonaljs Public

    A collection of classes for representing musical objects in Javascript

    TypeScript

  3. RE-2ohFUN RE-2ohFUN Public

    My take on the infamous RE201 Space Delay

    C++

  4. PanCake PanCake Public

    Fun little panning plugin

    C++

  5. vigo-robotics vigo-robotics Public

    Vigo County Public Library's Browser IDE

    JavaScript

  6. Twilio-CircuitPython Twilio-CircuitPython Public

    API for sending Twilio REST API requests in CircuitPython

    Python