暂无描述

cyrus afa49166f6 vps续期 1 月之前
components 7310d5bb0c 服务商删除 1 月之前
layouts f675018ae8 服务商添加&修改 1 月之前
middleware f9f6e7a747 退出登录 1 月之前
pages afa49166f6 vps续期 1 月之前
public e7fb8c7ff7 init 1 月之前
server e7fb8c7ff7 init 1 月之前
types afa49166f6 vps续期 1 月之前
utils f675018ae8 服务商添加&修改 1 月之前
.gitignore e7fb8c7ff7 init 1 月之前
README.md e7fb8c7ff7 init 1 月之前
app.vue 16d2e21dbc 登录 1 月之前
nuxt.config.ts afa49166f6 vps续期 1 月之前
package.json afa49166f6 vps续期 1 月之前
tailwind.config.js e75184838a 集成tailwindcss 1 月之前
tsconfig.json e7fb8c7ff7 init 1 月之前
yarn.lock afa49166f6 vps续期 1 月之前

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.