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
- Host: GitHub
- URL: https://github.com/stack-stark/ngx-ssg
- Owner: stack-stark
- Created: 2020-12-18T07:08:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T10:27:33.000Z (over 5 years ago)
- Last Synced: 2025-03-23T20:44:00.100Z (about 1 year ago)
- Language: HTML
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```