diff --git a/README.md b/README.md index c2a833a804a04d423f45b402103519f28437e67f..e9f6eb12e62e43718dfc5b5267877f0b27be652e 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 + | |--.......