Skip to content

zjffun/lolchess

Repository files navigation

qrcode

类似 WeGame 和 LoLCHESS.GG 的云顶之弈助手。

This project was generated with Angular CLI version 9.1.7.

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 generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

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.

Steps

  1. ng new lolchess
  2. ng add @angular/material
  3. ng generate @angular/material:navigation navigation
  4. ng generate @angular/material:dashboard items
  5. ng generate @angular/material:dashboard heroes
  6. ng generate component synergies
  7. ng generate module app-routing --flat --module=app
  8. ng generate component hero-detail
  9. ng generate component hero-figure
  10. ng generate component item-detail
  11. ng generate component item-figure
  12. ng generate component back-navigation
  13. ng generate service navigation
  14. ng generate component item-detail-popper
  15. ng generate service item
  16. ng generate component synergies-table
  17. ng generate service synergies
  18. ng generate service heroes
  19. yarn add lodash
  20. ng generate pipe join-keys
  21. ng generate component about
  22. ng generate service route-reuse
  23. ng generate component synergy-accordion