From 21e1018d4e9c92db0ff2821fec0e5e90532a8572 Mon Sep 17 00:00:00 2001 From: xjs Date: Wed, 10 Sep 2025 09:43:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=94=A6=E6=B3=BD=E5=AE=98=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 84 +++++++++---------------------------------------------- 1 file changed, 13 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index 25b5821..9002702 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,17 @@ -# Nuxt Minimal Starter +# 锦泽健康官网 -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +## 技术架构 -## Setup +- nuxt4.x -Make sure to install dependencies: -```bash -# npm -npm install - -# pnpm -pnpm install - -# yarn -yarn install - -# bun -bun install -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -# npm -npm run dev - -# pnpm -pnpm dev - -# yarn -yarn dev - -# bun -bun run dev -``` - -## Production - -Build the application for production: - -```bash -# npm -npm run build - -# pnpm -pnpm build - -# yarn -yarn build - -# bun -bun run build -``` - -Locally preview production build: - -```bash -# npm -npm run preview - -# pnpm -pnpm preview - -# yarn -yarn preview - -# bun -bun run preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. +## 运行 +1. 安装 + `pnpm install` +2. 运行 + `pnpm run dev` +3. 打包 + 1. rss 打包使用 `pnpm run generate` + 2. csr 打包使用 `pnpm run build` +4 本地预览 + `pnpm run preview` \ No newline at end of file