逍遥游手机端代码

qiao 4552a3d45f feat:样式优化 há 2 meses atrás
.vscode b8ecf0a28a init há 5 meses atrás
public b8ecf0a28a init há 5 meses atrás
server b8ecf0a28a init há 5 meses atrás
src 4552a3d45f feat:样式优化 há 2 meses atrás
.env.development ecbd3a5fad feat:1.房屋首页;2.新房列表及详情;3.二手房列表及详情;4.租房列表及详情;5.游记列表新增推荐项目 há 2 meses atrás
.env.production 3f0aa35387 fix:视觉走 há 2 meses atrás
.env.staging 6ea50e87c9 fix:修改测试服baseAPI há 2 meses atrás
.gitignore 42dc2b8101 feat:游记详情界面点赞收藏评论热门游记等 há 2 meses atrás
README.md b8ecf0a28a init há 5 meses atrás
ecosystem.config.js b8ecf0a28a init há 5 meses atrás
nuxt.config.ts 7725eddc9b fix:bug fix há 2 meses atrás
package.json ea848fec40 fix: vue-cropper há 2 meses atrás
pnpm-lock.yaml ea848fec40 fix: vue-cropper há 2 meses atrás
tailwind.config.js b8ecf0a28a init há 5 meses atrás
tsconfig.json b8ecf0a28a init há 5 meses atrás

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.