Website of ifuyun.com, implementation of Wutong CMS.
ifuyun.com is powered by Angular SSR, API services is powered by Fuyun Tech.
- RESTful API service for Wutong CMS:
Wutong CMS API
, powered byNest.js
. - Wutong CMS admin app:
Wutong CMS Admin
, powered byAngular
andNG-ZORRO
. - Wutong CMS rich text editor:
Wutong Editor
, powered byTinyMCE
.
# Installation
$ npm i
# Develop
$ npm run start
$ npm run build
$ npm run build:gulp
$ npm run build:prod
$ npm run build:zip
$ npm run watch
$ npm run serve:ssr
# Code scaffolding
$ ng g component|directive|pipe|service|class|guard|interface|enum|module name
$ ng g --help
# Lint & test
$ npm run lint
$ npm run test
$ ng test
$ ng e2e
# Deploy
$ npm run deploy
$ npm run deploy:local
$ npm run deploy:manual
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.
Licensed under the MIT License.