百谏方略网站1的框架替换。

chengziding 5ded93ecb2 提交 1 ay önce
app fe3078ddd0 代码提交 1 ay önce
assets fe3078ddd0 代码提交 1 ay önce
components fe3078ddd0 代码提交 1 ay önce
composables fe3078ddd0 代码提交 1 ay önce
lang fe3078ddd0 代码提交 1 ay önce
pages fe3078ddd0 代码提交 1 ay önce
plugins fe3078ddd0 代码提交 1 ay önce
public fe3078ddd0 代码提交 1 ay önce
store fe3078ddd0 代码提交 1 ay önce
.env.development 5ded93ecb2 提交 1 ay önce
.env.production 5ded93ecb2 提交 1 ay önce
.gitignore fe3078ddd0 代码提交 1 ay önce
.tgitconfig fe3078ddd0 代码提交 1 ay önce
README.md fe3078ddd0 代码提交 1 ay önce
app.config.ts fe3078ddd0 代码提交 1 ay önce
app.vue fe3078ddd0 代码提交 1 ay önce
auto-imports.d.ts fe3078ddd0 代码提交 1 ay önce
components.d.ts fe3078ddd0 代码提交 1 ay önce
nuxt.config.ts fe3078ddd0 代码提交 1 ay önce
nuxt.config.ts.bak fe3078ddd0 代码提交 1 ay önce
package-lock.json fe3078ddd0 代码提交 1 ay önce
package.json fe3078ddd0 代码提交 1 ay önce
tsconfig.json fe3078ddd0 代码提交 1 ay önce
viewer.properties fe3078ddd0 代码提交 1 ay önce

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.