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

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

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.