No Description

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

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.