Go to file
2025-03-11 14:51:37 +08:00
.output 修改详情点击下一个面经时跳转页面 2025-03-11 14:51:37 +08:00
assets no message 2025-02-20 17:16:29 +08:00
components no message 2025-02-20 15:16:54 +08:00
composables 新讨论测试 2025-02-17 19:01:09 +08:00
middleware 更新在寄托投币排行榜里增加我要投币 2024-01-12 16:59:35 +08:00
pages 修改详情点击下一个面经时跳转页面 2025-03-11 14:51:37 +08:00
public no message 2023-12-18 11:12:07 +08:00
server no message 2023-12-18 11:12:07 +08:00
utils 修改登录判断问题 2025-03-11 13:57:38 +08:00
.gitignore no message 2024-01-03 10:32:21 +08:00
app.html 修改详情点击下一个面经时跳转页面 2025-03-11 14:51:37 +08:00
app.vue no message 2025-03-11 14:28:22 +08:00
nuxt.config.ts 修改详情点击下一个面经时跳转页面 2025-03-11 14:51:37 +08:00
package.json no message 2025-03-11 14:28:22 +08:00
README.md no message 2023-12-18 11:12:07 +08:00
tsconfig.json no message 2023-12-25 18:39:49 +08:00

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.