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

https://github.com/stack-stark/ngx-ssg

angular的ssg方案demo
https://github.com/stack-stark/ngx-ssg

Last synced: about 1 month ago
JSON representation

angular的ssg方案demo

Awesome Lists containing this project

README

          

# NgxSsg

angular的ssg方案demo,基于scully,建立在Angular11上

# 运行

``` bash
npm i && npm run start
```

# 构建

```
npm run build-prod && npm run scully
```

# scull运行构建后静态文件
``` bash
npm run scully:serve
```