From 240c246f020fe055eae21ed9625971af27cfe14d Mon Sep 17 00:00:00 2001 From: HarryWong Date: Fri, 29 Mar 2024 13:47:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=B7=A5=E5=85=B7=E4=B8=BApnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54878c7..623e16b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can easily add more modules to project by using the Nuxt DevTools. Make sure to install the dependencies: ```bash -yarn +pnpm i ``` ## Nuxt DevTools (Recommended, and enabled by default) @@ -36,19 +36,19 @@ Check out the [Nuxt DevTools documentation](https://devtools.nuxtjs.org/guide) t Start the development server on `http://localhost:3000` ```bash -yarn dev +pnpm dev ``` ## Production Build the application for production: ```bash -yarn build +pnpm build ``` Locally preview production build: ```bash -yarn preview +pnpm preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.