Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ifuyun/ifuyun.com
- Owner: ifuyun
- License: mit
- Created: 2022-02-11T21:11:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T18:41:05.000Z (7 months ago)
- Last Synced: 2024-04-07T19:39:26.899Z (7 months ago)
- Topics: angular, angular-universal, blog, express, ifuyun, ssr, typescript
- Language: TypeScript
- Homepage: http://www.ifuyun.com
- Size: 3.33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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.