前端网站代码

Fly 2943307ea7 no message hace 3 semanas
app d9a8bb3dc7 提交 hace 1 mes
assets f4e1dd1c82 no message hace 3 semanas
components cb60ffd913 提交 hace 3 semanas
composables bfc2523548 提交 hace 4 semanas
lang c617dad67a 提交 hace 1 mes
pages 2943307ea7 no message hace 3 semanas
plugins b2d04a7f28 初始代码 hace 1 mes
public b2d04a7f28 初始代码 hace 1 mes
store b2d04a7f28 初始代码 hace 1 mes
.env.development 033a45b6bb 提交 hace 1 mes
.env.production 033a45b6bb 提交 hace 1 mes
.gitignore b2d04a7f28 初始代码 hace 1 mes
.tgitconfig b2d04a7f28 初始代码 hace 1 mes
README.md b2d04a7f28 初始代码 hace 1 mes
app.config.ts b2d04a7f28 初始代码 hace 1 mes
app.vue b2d04a7f28 初始代码 hace 1 mes
auto-imports.d.ts b2d04a7f28 初始代码 hace 1 mes
components.d.ts b23df98e11 提交 hace 3 semanas
nuxt.config.ts b2d04a7f28 初始代码 hace 1 mes
nuxt.config.ts.bak b2d04a7f28 初始代码 hace 1 mes
package-lock.json b2d04a7f28 初始代码 hace 1 mes
package.json b2d04a7f28 初始代码 hace 1 mes
tsconfig.json b2d04a7f28 初始代码 hace 1 mes
viewer.properties b2d04a7f28 初始代码 hace 1 mes

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.