From af6f1ff3349c0725c0916f0e0557050d58a57908 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 03863b2..6424ca6 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,12 @@ - 部分链接由于不能及时更新,可能已过期(不存在、指向了错误的网站等),访问时请注意。若您在使用时发现相关情况,欢迎进行反馈。 -## 本项目使用 +## 项目中主要使用的组件库和插件 - [Vue](https://vuejs.org/) - [Vue CLI](https://cli.vuejs.org/) - [Vue Router](https://router.vuejs.org/) + - [Vuex](https://vuex.vuejs.org/) - [Element UI - 桌面端组件库](https://element.eleme.cn/) - [Font Awesome](https://github.com/FortAwesome/Font-Awesome) - [lodash](https://github.com/lodash/lodash) @@ -59,23 +60,23 @@ ### Project setup ``` -npm install +pnpm install ``` ### Compiles and hot-reloads for development ``` -npm run serve +pnpm run serve ``` ### Compiles and minifies for production ``` -npm run build +pnpm run build-modern ``` ### Lints and fixes files ``` -npm run lint:fix +pnpm run lint-fix ```