Keine Beschreibung

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

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.