门户网站前端代码

qiao 3ae76e15d4 feat:聊天的一些优化 2 bulan lalu
.vscode 43a5b21437 init 5 bulan lalu
public 0e70dc0848 feat:网站左上角图标 3 bulan lalu
server 6b266ea50e feat:聊天部分界面 2 bulan lalu
src 3ae76e15d4 feat:聊天的一些优化 2 bulan lalu
.env.development 3ae76e15d4 feat:聊天的一些优化 2 bulan lalu
.env.production b684824ede fix:生产服务器baseURL修改 2 bulan lalu
.env.staging 825c55f086 feat:评论发送表情 3 bulan lalu
.gitignore ab60f7f097 feat:新房二手房买卖 3 bulan lalu
README.md 43a5b21437 init 5 bulan lalu
app.vue 43a5b21437 init 5 bulan lalu
ecosystem.config.js 43a5b21437 init 5 bulan lalu
nuxt.config.ts 8423af5e20 feat:个人中心 2 bulan lalu
package.json 0f7ea7bd29 feat:个人中心改版 2 bulan lalu
pnpm-lock.yaml c6e189f79f feat:聊天 2 bulan lalu
prettier.config.js 43a5b21437 init 5 bulan lalu
tailwind.config.js 6c28fb067c feat: 写游记功能 4 bulan lalu
tsconfig.json 43a5b21437 init 5 bulan lalu

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.