Sen descrición

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

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.