DDAC游戏盾

reaper 33db425a67 feat(home): 为用户组件添加可选的尾部装饰 il y a 1 mois
app 33db425a67 feat(home): 为用户组件添加可选的尾部装饰 il y a 1 mois
public 8a33ec1854 feat(homepage): 优化首页视觉效果与布局 il y a 1 mois
.env 4494cb9aaf feat: 从环境变量动态加载应用标题 il y a 1 mois
.gitignore 4494cb9aaf feat: 从环境变量动态加载应用标题 il y a 1 mois
README.md fdd8628fa6 feat: init il y a 2 mois
ecosystem.config.cjs 74c12b404e feat: pm2配置 il y a 2 mois
nuxt.config.ts 2d41a18651 chore: 移除已弃用的 payloadExtraction 实验性配置 il y a 1 mois
package.json f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 il y a 1 mois
pnpm-lock.yaml f33c2e0590 refactor: 移除页面布局定义并升级 Nuxt 至 4.3.0 il y a 1 mois
tsconfig.json fdd8628fa6 feat: init il y a 2 mois

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.