逍遥游手机端代码

songzhen aa7bc032f0 fix: bug 1 ay önce
.vscode b8ecf0a28a init 5 ay önce
public b8ecf0a28a init 5 ay önce
server b8ecf0a28a init 5 ay önce
src aa7bc032f0 fix: bug 1 ay önce
.env.development c176ee5278 feat:项目详情拼团模块 1 ay önce
.env.production c176ee5278 feat:项目详情拼团模块 1 ay önce
.env.staging c176ee5278 feat:项目详情拼团模块 1 ay önce
.gitignore 42dc2b8101 feat:游记详情界面点赞收藏评论热门游记等 2 ay önce
README.md b8ecf0a28a init 5 ay önce
ecosystem.config.js b8ecf0a28a init 5 ay önce
nuxt.config.ts c176ee5278 feat:项目详情拼团模块 1 ay önce
package.json c176ee5278 feat:项目详情拼团模块 1 ay önce
pnpm-lock.yaml c176ee5278 feat:项目详情拼团模块 1 ay önce
tailwind.config.js b8ecf0a28a init 5 ay önce
tsconfig.json b8ecf0a28a init 5 ay önce

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.