From 295156bd637703511ec4f23ab87478b7bc95d123 Mon Sep 17 00:00:00 2001 From: liujiangnan <695541723@qq.com> Date: Fri, 27 Dec 2019 21:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c2a833a..e9f6eb1 100644 --- a/README.md +++ b/README.md @@ -27,27 +27,49 @@ npm start ## 项目结构 |-- bin + |-- dist + |-- e2e + |-- node_modules + |-- publish + |-- src + | |-- app + | | |-- common + | | |-- form + | | |-- pipes + | | |-- play + | | |-- services + | | |-- style + | | |-- app.component.html + | | |-- app.component.scss + | | |-- app.component.ts + | | |-- app.module.ts + | |-- assets + | |-- environments + | |-- services + | |-- index.html + | |-- main.ts + | |--....... -- 2.21.0