DDAC游戏盾

reaper f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 1 månad sedan
app f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 1 månad sedan
public 8a33ec1854 feat(homepage): 优化首页视觉效果与布局 1 månad sedan
.gitignore 2d969ecd4f feat: 中间件跳转路由 1 månad sedan
README.md fdd8628fa6 feat: init 2 månader sedan
ecosystem.config.cjs 74c12b404e feat: pm2配置 2 månader sedan
nuxt.config.ts f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 1 månad sedan
package.json f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 1 månad sedan
pnpm-lock.yaml f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 1 månad sedan
tsconfig.json fdd8628fa6 feat: init 2 månader sedan

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.