Sin descripción

suwenjiang a1bd695eea fix:1.input 加 autocomplete="off" hace 3 días
.vscode 4b6388fcaf fix:1.首页的样式修改,和js 逻辑 还有项目的配置修改 hace 6 días
components 8dc600663d fix:1.按需求修改页面 hace 3 días
layouts 38fa2a3c22 feat:first commit hace 1 semana
locales 8dc600663d fix:1.按需求修改页面 hace 3 días
pages a1bd695eea fix:1.input 加 autocomplete="off" hace 3 días
public 4cb69d63e9 fix:1.接口对接样式修改 hace 3 días
server 0268fd1093 fix:1.接口对接样式修改 hace 4 días
styles c83edc0a08 fix:1.接口对接样式修改 hace 5 días
utils fe816dd2ea fix:1.接口对接样式修改 hace 4 días
.gitignore 38fa2a3c22 feat:first commit hace 1 semana
README.md 38fa2a3c22 feat:first commit hace 1 semana
app.vue 4cb69d63e9 fix:1.接口对接样式修改 hace 3 días
i18n.config.ts 0268fd1093 fix:1.接口对接样式修改 hace 4 días
nuxt.config.ts 4cb69d63e9 fix:1.接口对接样式修改 hace 3 días
package.json c83edc0a08 fix:1.接口对接样式修改 hace 5 días
pnpm-lock.yaml 8dc600663d fix:1.按需求修改页面 hace 3 días
tsconfig.json 38fa2a3c22 feat:first commit hace 1 semana
yarn.lock 165cf193bb feat:1.首页的样式修改,js hace 1 semana

README.md

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.