Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greengerong/rebirth
GreenGerong(破狼) blog with Angular4.
https://github.com/greengerong/rebirth
angular2 angular4 greengerong rebirth
Last synced: about 1 month ago
JSON representation
GreenGerong(破狼) blog with Angular4.
- Host: GitHub
- URL: https://github.com/greengerong/rebirth
- Owner: greengerong
- License: mit
- Created: 2016-07-30T06:34:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T14:14:53.000Z (about 6 years ago)
- Last Synced: 2024-09-28T17:04:14.712Z (about 1 month ago)
- Topics: angular2, angular4, greengerong, rebirth
- Language: TypeScript
- Homepage: https://greengerong.github.io/rebirth
- Size: 17.5 MB
- Stars: 356
- Watchers: 41
- Forks: 118
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# @rebirth/rebirth
[![Build Status](https://travis-ci.org/greengerong/rebirth.svg?branch=master)](https://travis-ci.org/greengerong/rebirth)
[![dependcy](https://david-dm.org/greengerong/rebirth.svg)](https://david-dm.org/greengerong/rebirth)
[![dev dependcy](https://david-dm.org/greengerong/rebirth/dev-status.svg)](https://david-dm.org/greengerong/rebirth?type=dev)==================
[![破狼logo](http://images2015.cnblogs.com/blog/63184/201607/63184-20160730102027700-792274919.png)](http://www.cnblogs.com/whitewolf/)
GreenGerong(破狼) blog with Angular4. Online link [https://greengerong.github.io/rebirth](https://greengerong.github.io/rebirth).
## Links
* [Web version rebirth: https://github.com/greengerong/rebirth](https://github.com/greengerong/rebirth)
* [Ionic2 version rebirth: https://github.com/greengerong/rebirth-ionic2](https://github.com/greengerong/rebirth-ionic2)
* [Nativescript version rebirth: https://github.com/greengerong/rebirth-nativescript](https://github.com/greengerong/rebirth-nativescript)## How to build this project?
### setup project
* Install Nodejs( v6 or v7)
* `npm install -g @angular/cli@latest`
* `npm install`### run project
* development: `npm run jit` 或 `npm run aot`
* production: `ng build --prod --aot`
* test: `npm test`
* @angular/cli command## main dependency
* @angular/cli: Angular cli tool.
* sass
* karma
* tslint & codelyzer
* typescript & @types
* ...## My front end WeChat
![破狼微信号](https://github.com/greengerong/rebirth/blob/master/src/assets/img/wei-xin-wolf-er-wei-ma.png?raw=true)
## Web site preview
### mobile
# pc
## Blog front
### home page
![](./shortscreens/rebirth-index.png)
### question page
![](./shortscreens/rebirth-question.png)
### about me
![](./shortscreens/rebirth-about.png)
## Blog manage
### login page
![](./shortscreens/rebirth-login.png)
### blog list
![](./shortscreens/rebirth-manage-list.png)
### blog editor
![](./shortscreens/rebirth-manage-edit.png)
### editor full screen
![](./shortscreens/rebirth-manage-fullscreen.png)