项目作者: kainisoft

项目描述 :
Angular Boilerplate for enterprise application
高级语言: TypeScript
项目地址: git://github.com/kainisoft/angular-enterprise.git
创建时间: 2020-06-01T16:43:29Z
项目社区:https://github.com/kainisoft/angular-enterprise

开源协议:

下载


Angular Boilerplate for enterprise application

This project was generated with Angular CLI version 9.1.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng add @kainisoft/tools feature-name to generate a new feature.

Project structure

  1. ├── src
  2. ├── app
  3. ├── core - core files (config, guard, decorators e.t.c)
  4. ├── feature - feature directory
  5. | ├── base - base feature (user, navigation, sse and e.t.c)
  6. ├── layout - by default two layout exists (vertival and blank)
  7. ├── shared - shared module
  8. | ├── components
  9. | ├── form
  10. | ├── . . . and other shared modules
  11. ├── app.component.html
  12. ├── app.component.scss
  13. ├── app.component.ts
  14. ├── app.module.ts
  15. ├── app.-routing.module.ts
  16. ├── assets
  17. ├── environment
  18. ├── style

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.