逍遥游手机端代码

suwenjiang 17e7de0385 Merge remote-tracking branch 'origin/dev' into dev 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 17e7de0385 Merge remote-tracking branch 'origin/dev' into dev il y a 1 mois
.env.development 779fb62680 fix: 1.修改聊天的额bug 单聊的创建群 单聊的的设置,添加用户的搜索,群聊的不能下滑查看历史记录的问题 il y a 1 mois
.env.production 8e68725036 fix: 1.配置长连接。 il y a 1 mois
.env.staging 0490827330 fix: 1.配置长连接。 il y a 1 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 0503316995 Merge branch 'dev_suwenjiang' into dev il y a 1 mois
package.json 0503316995 Merge branch 'dev_suwenjiang' into dev il y a 1 mois
pnpm-lock.yaml 0503316995 Merge branch 'dev_suwenjiang' into dev 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.