Skip to content

Latest commit

 

History

History

readme.md

中后台前端应用框架

基于最新Angular 8框架与Material 2技术的企业级中后台前端应用框架。


项目结构

dist/                        产线资源目录
docs/                        项目文档
e2e/
src/                         项目源码
|- app/                      应用组件
|  |- component              公共组件
|  |- layouts                布局组件
|  |- core/                  核心模块
|  |- shared/                共用模块
|  |- app.component.*        根组件
|  |- app.module.ts          根模块
|  |- app-routing.module.ts  根路由
|  +- ...                    其他模块和组件
|- assets/                   资源文件
|- environments/             构建环境配置目录
|- index.html                页面入口
|- styles.scss               全局样式入口
|- main.ts                   应用入口
|- polyfills.ts              兼容代码
+- test.ts                   单元测试入口
proxy.conf.js                后台接口代理

命令说明

npm run start
npm run build
npm run build:github         构建github.io资源
npm run publish:github       发布到github.io
npm run docs                 构建文档