Skip to content
View bngrid's full-sized avatar

Block or report bngrid

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
bngrid/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. bngrid bngrid Public

    深色主题 | 华容网格 | 原子组件 | 流畅动画

    TypeScript 2

  2. bnanime bnanime Public

    JavaScript continuous animation engine driven by numerical objects

    TypeScript 2

  3. bnutils bnutils Public

    一个优雅的 javascript 工具库?(好吧,主要是为了以后用起来方便)

    TypeScript 1