Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ifuyun/ifuyun.com

🆖Website of ifuyun.com, implementation of Wutong CMS
https://github.com/ifuyun/ifuyun.com

angular angular-universal blog express ifuyun ssr typescript

Last synced: 10 days ago
JSON representation

🆖Website of ifuyun.com, implementation of Wutong CMS

Awesome Lists containing this project

README

        





ifuyun.com logo

Website of [ifuyun.com](https://www.ifuyun.com), implementation of Wutong CMS.

[ifuyun.com](https://www.ifuyun.com) is powered by [Angular Universal](https://angular.io/guide/universal), API services is provided by [Wutong CMS API](https://bitbucket.org/ifuyun/wutong-api).

## Related projects

- **RESTful API service for Wutong CMS:** [`Wutong CMS API`](https://bitbucket.org/ifuyun/wutong-api), powered by [`Nest.js`](https://nestjs.com).
- **Wutong CMS admin app:** [`Wutong CMS Admin`](https://bitbucket.org/ifuyun/wutong-admin), powered by [`Angular`](https://angular.io) and [`NG-ZORRO`](https://github.com/NG-ZORRO/ng-zorro-antd).
- **Wutong CMS rich text editor:**[`Wutong Editor`](https://bitbucket.org/ifuyun/tinymce), powered by [`TinyMCE`](https://www.tiny.cloud).

## Development setup

```bash
# Installation
$ npm i

# SSR mode
$ npm run dev:ssr
$ npm run serve:ssr
$ npm run build:ssr
$ npm run build:gulp
$ npm run build:prod

# SPA mode
$ npm run start
$ npm run build
$ npm run watch

# Code scaffolding
$ ng g component|directive|pipe|service|class|guard|interface|enum|module name

# Lint & test
$ npm run lint
$ npm run test

# Deploy
$ npm run deploy
```

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

## License

Licensed under the [MIT](/LICENSE) License.