Go to file
2024-02-18 10:54:18 +08:00
.output 优化讨论框 2024-01-31 15:29:31 +08:00
assets/img no message 2024-01-09 18:49:37 +08:00
components no message 2024-01-15 17:55:41 +08:00
composables 2024-01-05 18:20:39 +08:00
middleware 更新在寄托投币排行榜里增加我要投币 2024-01-12 16:59:35 +08:00
pages no message 2024-02-18 10:54:18 +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 优化讨论框 2024-01-31 15:29:31 +08:00
.gitignore no message 2024-01-03 10:32:21 +08:00
app.html no message 2024-01-03 18:31:15 +08:00
app.vue no message 2024-01-30 19:08:34 +08:00
nuxt.config.ts no message 2024-01-03 17:08:29 +08:00
package-lock.json no message 2023-12-25 18:39:49 +08:00
package.json no message 2024-01-11 17:23:17 +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.