前端网站代码

Fly f4e1dd1c82 no message пре 2 месеци
app d9a8bb3dc7 提交 пре 3 месеци
assets f4e1dd1c82 no message пре 2 месеци
components cb60ffd913 提交 пре 2 месеци
composables bfc2523548 提交 пре 3 месеци
lang c617dad67a 提交 пре 3 месеци
pages f4e1dd1c82 no message пре 2 месеци
plugins b2d04a7f28 初始代码 пре 3 месеци
public b2d04a7f28 初始代码 пре 3 месеци
store b2d04a7f28 初始代码 пре 3 месеци
.env.development 033a45b6bb 提交 пре 3 месеци
.env.production 033a45b6bb 提交 пре 3 месеци
.gitignore b2d04a7f28 初始代码 пре 3 месеци
.tgitconfig b2d04a7f28 初始代码 пре 3 месеци
README.md b2d04a7f28 初始代码 пре 3 месеци
app.config.ts b2d04a7f28 初始代码 пре 3 месеци
app.vue b2d04a7f28 初始代码 пре 3 месеци
auto-imports.d.ts b2d04a7f28 初始代码 пре 3 месеци
components.d.ts b23df98e11 提交 пре 2 месеци
nuxt.config.ts b2d04a7f28 初始代码 пре 3 месеци
nuxt.config.ts.bak b2d04a7f28 初始代码 пре 3 месеци
package-lock.json b2d04a7f28 初始代码 пре 3 месеци
package.json b2d04a7f28 初始代码 пре 3 месеци
tsconfig.json b2d04a7f28 初始代码 пре 3 месеци
viewer.properties b2d04a7f28 初始代码 пре 3 месеци

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.