逍遥游手机端代码

songzhen d51cf53312 fix: 删除注释 пре 2 месеци
.vscode b8ecf0a28a init пре 5 месеци
public b8ecf0a28a init пре 5 месеци
server b8ecf0a28a init пре 5 месеци
src d51cf53312 fix: 删除注释 пре 2 месеци
.env.development a5be4cd89e feat:1.新增写游记 пре 2 месеци
.env.production c8c3346ef2 修改api пре 5 месеци
.env.staging 5d816785c6 feat:package пре 3 месеци
.gitignore c241e836bf feat:游记列表 пре 2 месеци
README.md b8ecf0a28a init пре 5 месеци
ecosystem.config.js b8ecf0a28a init пре 5 месеци
nuxt.config.ts 4b2da2b8e8 feat: 首页 пре 3 месеци
package.json 5d816785c6 feat:package пре 3 месеци
pnpm-lock.yaml 5d816785c6 feat:package пре 3 месеци
tailwind.config.js b8ecf0a28a init пре 5 месеци
tsconfig.json b8ecf0a28a init пре 5 месеци

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.