DDAC游戏盾

piks 7ce0f9044f style(about页面): 调整z-index和position样式以优化层级显示 il y a 3 semaines
app 7ce0f9044f style(about页面): 调整z-index和position样式以优化层级显示 il y a 3 semaines
public 076ea2a3b0 feat(about): 添加安全能力展示卡片组件及样式 il y a 3 semaines
.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 e5d95c8014 refactor(mobile): 统一移动端样式类名前缀为mb- il y a 4 semaines
package.json b3a791399d feat(web/mobile): 新增移动端首页及产品页视觉优化 il y a 1 mois
pnpm-lock.yaml bd7e1c50c2 feat(mobile): 添加移动端首页流程图组件并修复图片alt属性 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.