门户网站前端代码

qiao ef0ecb22a7 feat:发消息的带上头像和昵称 пре 1 месец
.vscode 43a5b21437 init пре 5 месеци
public 0e70dc0848 feat:网站左上角图标 пре 3 месеци
server 6b266ea50e feat:聊天部分界面 пре 2 месеци
src ef0ecb22a7 feat:发消息的带上头像和昵称 пре 1 месец
.env.development ef0ecb22a7 feat:发消息的带上头像和昵称 пре 1 месец
.env.production 414c39e2b3 fix:websocket配置文件2 пре 1 месец
.env.staging 08a61be828 fix:配置文件更改 пре 1 месец
.gitignore ab60f7f097 feat:新房二手房买卖 пре 3 месеци
README.md 43a5b21437 init пре 5 месеци
app.vue 43a5b21437 init пре 5 месеци
ecosystem.config.js 43a5b21437 init пре 5 месеци
nuxt.config.ts 8423af5e20 feat:个人中心 пре 2 месеци
package.json 43ffe23f1b 解决冲突 пре 2 месеци
pnpm-lock.yaml a373a1b269 fix:bugs пре 1 месец
prettier.config.js 43a5b21437 init пре 5 месеци
tailwind.config.js 6c28fb067c feat: 写游记功能 пре 4 месеци
tsconfig.json 43a5b21437 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.