# angular-seed-ng **Repository Path**: liuhuachun/angular-seed-ng ## Basic Information - **Project Name**: angular-seed-ng - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AngularSeedNg [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide) [![Build Status](https://travis-ci.org/liuhuachun/angular-seed-ng.svg?branch=master)](https://travis-ci.org/liuhuachun/angular-seed-ng) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1. 项目中的src/app/shared/下的内容是整合了[angular-seed-advanced](https://github.com/NathanWalker/angular-seed-advanced.git)中的内容 #### Integration with: - [ngrx/store](https://github.com/ngrx/store) RxJS powered state management, inspired by **Redux** - [ngrx/effects](https://github.com/ngrx/effects) Side effect model for @ngrx/store - [ngx-translate](https://github.com/ngx-translate/core) for i18n - Usage is optional but on by default - Up to you and your team how you want to utilize it. It can be easily removed if not needed. - [angulartics2](https://github.com/angulartics/angulartics2) Vendor-agnostic analytics for Angular applications. - Out of box support for [Segment](https://segment.com/) - When using the seed, be sure to change your `write_key` [here](https://github.com/NathanWalker/angular-seed-advanced/blob/master/src/client/index.html#L24) - Can be changed to any vendor, [learn more here](https://github.com/angulartics/angulartics2#supported-providers) - [bootstrap](https://github.com/twbs/bootstrap.git) bootstrap 4.* version - [echarts](https://github.com/ecomfe/echarts.git) 集成echarts 3 ## 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|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](https://karma-runner.github.io). ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). Before running the tests make sure you are serving the app via `ng serve`. ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). ## License MIT