Nenhuma descrição

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

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.