门户网站前端代码

songzhen 2173f3dcb3 commit 2 달 전
.vscode 43a5b21437 init 5 달 전
public 0e70dc0848 feat:网站左上角图标 3 달 전
server 43a5b21437 init 5 달 전
src 2173f3dcb3 commit 2 달 전
.env.development 2173f3dcb3 commit 2 달 전
.env.production 2173f3dcb3 commit 2 달 전
.env.staging 2173f3dcb3 commit 2 달 전
.gitignore ab60f7f097 feat:新房二手房买卖 3 달 전
README.md 43a5b21437 init 5 달 전
app.vue 43a5b21437 init 5 달 전
ecosystem.config.js 43a5b21437 init 5 달 전
nuxt.config.ts 2c54cecc34 Merge branch 'dev-house' into dev 3 달 전
package.json 6318545806 feat:项目详情页面、拼团功能 2 달 전
pnpm-lock.yaml 6318545806 feat:项目详情页面、拼团功能 2 달 전
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.