DDAC游戏盾

reaper b7e65e4518 style(mobile): 调整首页"立即加入"区块布局与样式 hai 1 mes
app b7e65e4518 style(mobile): 调整首页"立即加入"区块布局与样式 hai 1 mes
public 43f802857a style(products): 调整组件样式和布局细节 hai 1 mes
.env 4494cb9aaf feat: 从环境变量动态加载应用标题 hai 1 mes
.gitignore 4494cb9aaf feat: 从环境变量动态加载应用标题 hai 1 mes
README.md fdd8628fa6 feat: init hai 2 meses
ecosystem.config.cjs 74c12b404e feat: pm2配置 hai 2 meses
nuxt.config.ts b3a791399d feat(web/mobile): 新增移动端首页及产品页视觉优化 hai 1 mes
package.json b3a791399d feat(web/mobile): 新增移动端首页及产品页视觉优化 hai 1 mes
pnpm-lock.yaml bd7e1c50c2 feat(mobile): 添加移动端首页流程图组件并修复图片alt属性 hai 1 mes
tsconfig.json fdd8628fa6 feat: init hai 2 meses

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.