暫無描述

suwenjiang e8c4d969ea feat:1.首页的样式修改,js 1 周之前
assets e8c4d969ea feat:1.首页的样式修改,js 1 周之前
components e8c4d969ea feat:1.首页的样式修改,js 1 周之前
layouts 38fa2a3c22 feat:first commit 1 周之前
locales 165cf193bb feat:1.首页的样式修改,js 1 周之前
pages e8c4d969ea feat:1.首页的样式修改,js 1 周之前
public e8c4d969ea feat:1.首页的样式修改,js 1 周之前
server 38fa2a3c22 feat:first commit 1 周之前
.gitignore 38fa2a3c22 feat:first commit 1 周之前
README.md 38fa2a3c22 feat:first commit 1 周之前
app.vue e8c4d969ea feat:1.首页的样式修改,js 1 周之前
i18n.config.ts 38fa2a3c22 feat:first commit 1 周之前
nuxt.config.ts e8c4d969ea feat:1.首页的样式修改,js 1 周之前
package.json 165cf193bb feat:1.首页的样式修改,js 1 周之前
pnpm-lock.yaml 165cf193bb feat:1.首页的样式修改,js 1 周之前
tsconfig.json 38fa2a3c22 feat:first commit 1 周之前
yarn.lock 165cf193bb feat:1.首页的样式修改,js 1 周之前

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.