逍遥游手机端代码

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

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.