官网
Go to file
2025-11-18 09:25:36 +08:00
app 上线修改 2025-11-18 09:25:36 +08:00
public 上线修改 2025-11-18 09:25:36 +08:00
.gitignore 忽略输出文件 2025-10-20 16:16:40 +08:00
eslint.config.mjs init 2025-09-29 13:52:10 +08:00
JS加载配置优化经验总结.md 修复底部导航栏样式 2025-10-15 14:10:01 +08:00
nuxt.config.ts 支持手机测试 2025-10-20 09:44:11 +08:00
package.json 支持手机测试 2025-10-20 09:44:11 +08:00
pnpm-lock.yaml feat: 瀹屾垚鍏充簬鎴戜滑椤甸潰鍜孲EO浼樺寲 2025-10-07 10:19:41 +08:00
pnpm-workspace.yaml 界面成功渲染 2025-09-29 14:45:33 +08:00
README.md init 2025-09-29 13:52:10 +08:00
tsconfig.json init 2025-09-29 13:52:10 +08:00
轮播图样式冲突处理经验总结.md 解决轮播图的样式冲突 2025-10-15 11:54:46 +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.