Skip to content

ifuyun/ifuyun.com

Repository files navigation


ifuyun.com logo

Website of ifuyun.com, implementation of Wutong CMS.

ifuyun.com is powered by Angular Universal, API services is provided by Wutong CMS API.

Related projects

Development setup

# 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 page.

License

Licensed under the MIT License.