企业官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
betaqi 13e3bb9867 feat: bnner & 服务矩阵添加 3 months ago
.vscode feat: 项目结构 3 months ago
assets/styles feat: bnner & 服务矩阵添加 3 months ago
components feat: 项目结构 3 months ago
layouts feat: bnner & 服务矩阵添加 3 months ago
lib feat: 项目结构 3 months ago
pages feat: bnner & 服务矩阵添加 3 months ago
public feat: bnner & 服务矩阵添加 3 months ago
server feat: 项目结构 3 months ago
.gitignore feat: 项目结构 3 months ago
.prettierrc feat: bnner & 服务矩阵添加 3 months ago
README.md feat: 项目结构 3 months ago
app.vue feat: 项目结构 3 months ago
components.json feat: 项目结构 3 months ago
nuxt.config.ts feat: bnner & 服务矩阵添加 3 months ago
package.json feat: bnner & 服务矩阵添加 3 months ago
pnpm-lock.yaml feat: bnner & 服务矩阵添加 3 months ago
tailwind.config.js feat: bnner & 服务矩阵添加 3 months ago
tsconfig.json feat: 项目结构 3 months ago

README.md

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.