DDAC游戏盾

reaper b9981305cd feat(mobile): 添加移动端基础页面、组件和响应式适配 il y a 1 mois
app b9981305cd feat(mobile): 添加移动端基础页面、组件和响应式适配 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 b9981305cd feat(mobile): 添加移动端基础页面、组件和响应式适配 il y a 1 mois
package.json b9981305cd feat(mobile): 添加移动端基础页面、组件和响应式适配 il y a 1 mois
pnpm-lock.yaml b9981305cd feat(mobile): 添加移动端基础页面、组件和响应式适配 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.