From 96f7a2d9eb823bbcaf3333d5ae9b12d575deb07d Mon Sep 17 00:00:00 2001 From: ppst Date: Fri, 16 Jun 2023 08:57:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bf6ec64..13e8e42 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ 这个demo,主要是为了快速开发纯静态项目。 利用gulp,实现静态页面自动启动服务器、实时刷新、es6转义、scss转css,共用公共页面等操作 + +## 使用 + +```shell +npm install +npm run dev +npm run build +``` ## 分支:common 普通静态页面 @@ -39,3 +47,4 @@ 4. 压缩html、css 5. scss转换为css 6. es6转义 +