官网
Go to file
2025-10-11 09:42:31 +08:00
app 暂时实现功能,代码冗余 2025-10-11 09:42:31 +08:00
public 尝试通过api请求具体文章信息 2025-10-10 17:44:02 +08:00
.gitignore init 2025-09-29 13:52:10 +08:00
eslint.config.mjs init 2025-09-29 13:52:10 +08:00
nuxt.config.ts 移除不必要的assets文件 2025-10-10 11:00:10 +08:00
package.json feat: 瀹屾垚鍏充簬鎴戜滑椤甸潰鍜孲EO浼樺寲 2025-10-07 10:19:41 +08:00
pnpm-lock.yaml feat: 瀹屾垚鍏充簬鎴戜滑椤甸潰鍜孲EO浼樺寲 2025-10-07 10:19:41 +08:00
pnpm-workspace.yaml 界面成功渲染 2025-09-29 14:45:33 +08:00
README.md init 2025-09-29 13:52:10 +08:00
tsconfig.json init 2025-09-29 13:52:10 +08:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.