DDAC游戏盾

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

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.