前端网站代码

chengziding bc9e38bb6c 提交 il y a 2 semaines
app d9a8bb3dc7 提交 il y a 4 semaines
assets ee47f67603 优化样式 il y a 3 semaines
components ee47f67603 优化样式 il y a 3 semaines
composables bfc2523548 提交 il y a 3 semaines
lang c617dad67a 提交 il y a 1 mois
pages bc9e38bb6c 提交 il y a 2 semaines
plugins b2d04a7f28 初始代码 il y a 1 mois
public b2d04a7f28 初始代码 il y a 1 mois
store b2d04a7f28 初始代码 il y a 1 mois
.env.development bc9e38bb6c 提交 il y a 2 semaines
.env.production 033a45b6bb 提交 il y a 1 mois
.gitignore b2d04a7f28 初始代码 il y a 1 mois
.tgitconfig b2d04a7f28 初始代码 il y a 1 mois
README.md b2d04a7f28 初始代码 il y a 1 mois
app.config.ts b2d04a7f28 初始代码 il y a 1 mois
app.vue b2d04a7f28 初始代码 il y a 1 mois
auto-imports.d.ts b2d04a7f28 初始代码 il y a 1 mois
components.d.ts b23df98e11 提交 il y a 3 semaines
nuxt.config.ts bc9e38bb6c 提交 il y a 2 semaines
nuxt.config.ts.bak b2d04a7f28 初始代码 il y a 1 mois
package-lock.json bc9e38bb6c 提交 il y a 2 semaines
package.json bc9e38bb6c 提交 il y a 2 semaines
tsconfig.json b2d04a7f28 初始代码 il y a 1 mois
viewer.properties b2d04a7f28 初始代码 il y a 1 mois

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.