Aucune description

Lee 49d4adca9c fix: footer il y a 1 jour
app 49d4adca9c fix: footer il y a 1 jour
public 0af947e896 fix: 网站 icon il y a 2 jours
.env.development 281cbe5f5d feat: 官网初版 il y a 1 semaine
.env.production 281cbe5f5d feat: 官网初版 il y a 1 semaine
.env.test 281cbe5f5d feat: 官网初版 il y a 1 semaine
.eslintrc.js 281cbe5f5d feat: 官网初版 il y a 1 semaine
.gitignore dd1d7cc6eb fix: solutions 动效优化 il y a 1 semaine
.npmrc 281cbe5f5d feat: 官网初版 il y a 1 semaine
.stylelintrc.js 281cbe5f5d feat: 官网初版 il y a 1 semaine
README.md 281cbe5f5d feat: 官网初版 il y a 1 semaine
ecosystem.config.js 281cbe5f5d feat: 官网初版 il y a 1 semaine
nuxt.config.ts f0fca7960e fix: sitemap il y a 1 jour
package.json f0fca7960e fix: sitemap il y a 1 jour
pnpm-lock.yaml f0fca7960e fix: sitemap il y a 1 jour
prettier.config.js 281cbe5f5d feat: 官网初版 il y a 1 semaine
tsconfig.json 281cbe5f5d feat: 官网初版 il y a 1 semaine
uno.config.ts fc18639c1b fix: zoom 缩放优化 il y a 3 jours

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.