Skip to content

shawnwang5/angular-boilerplate

Repository files navigation

angular-boilerplate

A boilerplate project for angular

WebSite

website

Build Setup

# install dependencies
yarn install

# to start deving with livereload site at http://localhost:4201
npm run start

# build for production with minification
npm run build

目录结构

  1. src/app/api:后台接口定义
  2. src/app/bootstrap:ngx-bootstrap 相关文件
  3. src/app/layout:应用的布局框架
  4. src/app/routes:路由配置、页面文件
  5. src/app/shared:应用的共享文件,如:style 文件、UI 组件、工具函数
  6. src/app/store:redux 相关文件
  7. src/app/template:文件、组件的模板文件
  8. src/app/lib:存放三方库的资源文件
  9. src/assets:语言包、icon font、图片资源
  10. src/environments:生产、测试环境的配置文件