门户网站前端代码

suwenjiang 7cc7fb2382 fix:1.修改游记详情的关注样式和个人中心的文字错误 2 weeks ago
.vscode 43a5b21437 init 5 months ago
public 0e70dc0848 feat:网站左上角图标 3 months ago
server 6b266ea50e feat:聊天部分界面 2 months ago
src 7cc7fb2382 fix:1.修改游记详情的关注样式和个人中心的文字错误 2 weeks ago
.env.development 338e0aa221 fix:1.bug 3 weeks ago
.env.production f511702e31 fix:bug 1 month ago
.env.staging 22489877cf fix:1.修改.env.staging 3 weeks ago
.gitignore ab60f7f097 feat:新房二手房买卖 3 months ago
README.md 43a5b21437 init 5 months ago
app.vue 43a5b21437 init 5 months ago
ecosystem.config.js 43a5b21437 init 5 months ago
nuxt.config.ts 8423af5e20 feat:个人中心 2 months ago
package-lock.json b7470013dd fix:游记改版 1 month ago
package.json 43ffe23f1b 解决冲突 2 months ago
pnpm-lock.yaml a373a1b269 fix:bugs 1 month ago
prettier.config.js 43a5b21437 init 5 months ago
tailwind.config.js 6c28fb067c feat: 写游记功能 4 months ago
tsconfig.json 43a5b21437 init 5 months ago

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.