DDAC游戏盾

reaper 3c68885866 feat(homepage): 重构首页布局并优化视觉元素 hai 23 horas
app 3c68885866 feat(homepage): 重构首页布局并优化视觉元素 hai 23 horas
public 3c68885866 feat(homepage): 重构首页布局并优化视觉元素 hai 23 horas
.gitignore 2d969ecd4f feat: 中间件跳转路由 hai 1 día
README.md fdd8628fa6 feat: init hai 2 semanas
ecosystem.config.cjs 74c12b404e feat: pm2配置 hai 2 días
nuxt.config.ts fd120db805 feat: 去掉图片转avif hai 2 días
package.json 118a01ec65 feat: 字体 hai 5 días
pnpm-lock.yaml 118a01ec65 feat: 字体 hai 5 días
tsconfig.json fdd8628fa6 feat: init hai 2 semanas

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.