前端网站代码

chengziding b2d04a7f28 初始代码 hai 1 mes
app b2d04a7f28 初始代码 hai 1 mes
assets b2d04a7f28 初始代码 hai 1 mes
components b2d04a7f28 初始代码 hai 1 mes
composables b2d04a7f28 初始代码 hai 1 mes
lang b2d04a7f28 初始代码 hai 1 mes
pages b2d04a7f28 初始代码 hai 1 mes
plugins b2d04a7f28 初始代码 hai 1 mes
public b2d04a7f28 初始代码 hai 1 mes
store b2d04a7f28 初始代码 hai 1 mes
.gitignore b2d04a7f28 初始代码 hai 1 mes
.tgitconfig b2d04a7f28 初始代码 hai 1 mes
README.md b2d04a7f28 初始代码 hai 1 mes
app.config.ts b2d04a7f28 初始代码 hai 1 mes
app.vue b2d04a7f28 初始代码 hai 1 mes
auto-imports.d.ts b2d04a7f28 初始代码 hai 1 mes
components.d.ts b2d04a7f28 初始代码 hai 1 mes
nuxt.config.ts b2d04a7f28 初始代码 hai 1 mes
nuxt.config.ts.bak b2d04a7f28 初始代码 hai 1 mes
package-lock.json b2d04a7f28 初始代码 hai 1 mes
package.json b2d04a7f28 初始代码 hai 1 mes
tsconfig.json b2d04a7f28 初始代码 hai 1 mes
viewer.properties b2d04a7f28 初始代码 hai 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.