Brak opisu

Lee 87c94820bd fix: 组件重命名 1 dzień temu
app 87c94820bd fix: 组件重命名 1 dzień temu
public 0af947e896 fix: 网站 icon 2 dni temu
.env.development 281cbe5f5d feat: 官网初版 1 tydzień temu
.env.production 281cbe5f5d feat: 官网初版 1 tydzień temu
.env.test 281cbe5f5d feat: 官网初版 1 tydzień temu
.eslintrc.js 281cbe5f5d feat: 官网初版 1 tydzień temu
.gitignore dd1d7cc6eb fix: solutions 动效优化 1 tydzień temu
.npmrc 281cbe5f5d feat: 官网初版 1 tydzień temu
.stylelintrc.js 281cbe5f5d feat: 官网初版 1 tydzień temu
README.md 281cbe5f5d feat: 官网初版 1 tydzień temu
ecosystem.config.js 281cbe5f5d feat: 官网初版 1 tydzień temu
nuxt.config.ts e4166749bf feat: 新增 scrollreveal hooks 2 dni temu
package.json 1be585ef97 fix: package.json 2 dni temu
pnpm-lock.yaml fc18639c1b fix: zoom 缩放优化 3 dni temu
prettier.config.js 281cbe5f5d feat: 官网初版 1 tydzień temu
tsconfig.json 281cbe5f5d feat: 官网初版 1 tydzień temu
uno.config.ts fc18639c1b fix: zoom 缩放优化 3 dni temu

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.