Açıklama Yok

Lee e95d8fc3e7 fix: 移动端样式优化 4 gün önce
app e95d8fc3e7 fix: 移动端样式优化 4 gün önce
public cb08b4233f wip: 响应式适配 案例 5 gün önce
.env.development 281cbe5f5d feat: 官网初版 1 hafta önce
.env.production 281cbe5f5d feat: 官网初版 1 hafta önce
.env.test 281cbe5f5d feat: 官网初版 1 hafta önce
.eslintrc.js 281cbe5f5d feat: 官网初版 1 hafta önce
.gitignore dd1d7cc6eb fix: solutions 动效优化 1 hafta önce
.npmrc 281cbe5f5d feat: 官网初版 1 hafta önce
.stylelintrc.js 281cbe5f5d feat: 官网初版 1 hafta önce
README.md 281cbe5f5d feat: 官网初版 1 hafta önce
ecosystem.config.js 281cbe5f5d feat: 官网初版 1 hafta önce
nuxt.config.ts cb08b4233f wip: 响应式适配 案例 5 gün önce
package.json 281cbe5f5d feat: 官网初版 1 hafta önce
pnpm-lock.yaml 281cbe5f5d feat: 官网初版 1 hafta önce
prettier.config.js 281cbe5f5d feat: 官网初版 1 hafta önce
tsconfig.json 281cbe5f5d feat: 官网初版 1 hafta önce
uno.config.ts 3e545c4e7b feat: 移动端适配 4 gün önce

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.