Skip to content

🔥 默念你的问题,点击下面的按钮,就可以拿走一个简单的答案和暗示

Notifications You must be signed in to change notification settings

unilei/answer-book

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Deploy to vercel 部署到vercel

操作方法

  1. fork 本项目
  2. Vercel 官网点击 New Project
  3. 点击 Import Git Repository 并选择你 fork 的此项目并点击 import
  4. 然后直接点 Deploy 接着等部署完成即可

网站demo

https://answer.aicompasspro.com

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.

About

🔥 默念你的问题,点击下面的按钮,就可以拿走一个简单的答案和暗示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published