Skip to content

Commit c5dffa7

Browse files
author
Shawn Wang
committed
update dist files
1 parent b640035 commit c5dffa7

12 files changed

+415
-5
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# angular-boilerplate
2+
23
A boilerplate project for angular
34

45
## WebSite
5-
[website](https://angular-boilerplate.oss-cn-hangzhou.aliyuncs.com/#/simpleUI/table)
6+
7+
[website](https://shawnwang5.github.io/angular-boilerplate/dist/#/simpleUI/table)
68

79
## Build Setup
810

9-
``` bash
11+
```bash
1012
# install dependencies
1113
yarn install
1214

@@ -18,11 +20,12 @@ npm run build
1820
```
1921

2022
### 目录结构
23+
2124
1. src/app/api:后台接口定义
2225
1. src/app/bootstrap:ngx-bootstrap 相关文件
2326
1. src/app/layout:应用的布局框架
2427
1. src/app/routes:路由配置、页面文件
25-
1. src/app/shared:应用的共享文件,如:style文件、UI组件、工具函数
28+
1. src/app/shared:应用的共享文件,如:style 文件、UI 组件、工具函数
2629
1. src/app/store:redux 相关文件
2730
1. src/app/template:文件、组件的模板文件
2831
1. src/app/lib:存放三方库的资源文件

dist/0.fbadb05879d2ac16a4de.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1.931b99125173cdbd0e82.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/2.3f21613cd80c74821414.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)