企业官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
betaqi 74df4cf8ff feat: 增加pc banner屏幕适配 2 months ago
.vscode feat: 项目结构 3 months ago
assets/styles feat: bnner & 服务矩阵添加 3 months ago
components feat: 增加pc banner屏幕适配 2 months ago
layouts feat: 技术资料地址修改 2 months ago
lib feat: 项目结构 3 months ago
pages feat: 增加pc banner屏幕适配 2 months ago
public feat: 地址修改 图片添加 2 months ago
server feat: 项目结构 3 months ago
.gitignore feat: 项目结构 3 months ago
.prettierrc feat: bnner & 服务矩阵添加 3 months ago
README.md feat: 项目结构 3 months ago
app.vue feat: 项目结构 3 months ago
components.json feat: 项目结构 3 months ago
nuxt.config.ts feat: 图片优化 2 months ago
package.json feat: 图片优化 2 months ago
pnpm-lock.yaml feat: 图片优化 2 months ago
tailwind.config.js feat: 增加pc banner屏幕适配 2 months ago
tsconfig.json feat: 项目结构 3 months 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.