前端网站代码

chengziding 3ee5c9a2da 提交 il y a 1 semaine
app 54515c4dd2 提交 il y a 1 semaine
assets e383adef50 提交 il y a 2 semaines
components 3ee5c9a2da 提交 il y a 1 semaine
composables 3ee5c9a2da 提交 il y a 1 semaine
lang 3ee5c9a2da 提交 il y a 1 semaine
pages 3ee5c9a2da 提交 il y a 1 semaine
plugins b2d04a7f28 初始代码 il y a 3 mois
public 3ee5c9a2da 提交 il y a 1 semaine
store 3ee5c9a2da 提交 il y a 1 semaine
.env.development 54515c4dd2 提交 il y a 1 semaine
.env.production 3ee5c9a2da 提交 il y a 1 semaine
.gitignore b2d04a7f28 初始代码 il y a 3 mois
.tgitconfig b2d04a7f28 初始代码 il y a 3 mois
README.md b2d04a7f28 初始代码 il y a 3 mois
app.config.ts b2d04a7f28 初始代码 il y a 3 mois
app.vue b2d04a7f28 初始代码 il y a 3 mois
auto-imports.d.ts b2d04a7f28 初始代码 il y a 3 mois
components.d.ts b23df98e11 提交 il y a 2 mois
nuxt.config.ts 3ee5c9a2da 提交 il y a 1 semaine
nuxt.config.ts.bak b2d04a7f28 初始代码 il y a 3 mois
package-lock.json 54515c4dd2 提交 il y a 1 semaine
package.json 3ee5c9a2da 提交 il y a 1 semaine
tsconfig.json b2d04a7f28 初始代码 il y a 3 mois
viewer.properties b2d04a7f28 初始代码 il y a 3 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.