Sin descripción

Lee 242ee51243 fix: modal hace 2 días
app 242ee51243 fix: modal hace 2 días
public 0af947e896 fix: 网站 icon hace 2 días
.env.development 281cbe5f5d feat: 官网初版 hace 1 semana
.env.production 281cbe5f5d feat: 官网初版 hace 1 semana
.env.test 281cbe5f5d feat: 官网初版 hace 1 semana
.eslintrc.js 281cbe5f5d feat: 官网初版 hace 1 semana
.gitignore dd1d7cc6eb fix: solutions 动效优化 hace 1 semana
.npmrc 281cbe5f5d feat: 官网初版 hace 1 semana
.stylelintrc.js 281cbe5f5d feat: 官网初版 hace 1 semana
README.md 281cbe5f5d feat: 官网初版 hace 1 semana
ecosystem.config.js 281cbe5f5d feat: 官网初版 hace 1 semana
nuxt.config.ts d3061aed4a feat: about hace 3 días
package.json 1be585ef97 fix: package.json hace 2 días
pnpm-lock.yaml fc18639c1b fix: zoom 缩放优化 hace 3 días
prettier.config.js 281cbe5f5d feat: 官网初版 hace 1 semana
tsconfig.json 281cbe5f5d feat: 官网初版 hace 1 semana
uno.config.ts fc18639c1b fix: zoom 缩放优化 hace 3 días

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.