Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhoushoujian/nextjs
A demo of nextjs+react+redux+express+less
https://github.com/zhoushoujian/nextjs
Last synced: about 2 months ago
JSON representation
A demo of nextjs+react+redux+express+less
- Host: GitHub
- URL: https://github.com/zhoushoujian/nextjs
- Owner: zhoushoujian
- License: mit
- Created: 2020-05-07T12:43:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T09:08:42.000Z (about 3 years ago)
- Last Synced: 2023-03-06T16:00:32.222Z (almost 2 years ago)
- Language: TypeScript
- Size: 333 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# shuyun-ssr-cli
## 安装
```shell
npm i shuyun-ssr-cli@latest -g
```## 使用
`初始化项目`
```shell
shuyun-ssr-cli init
# 或
shuyun-ssr-cli i
````检查版本`
```shell
shuyun-ssr-cli -V
# 或
shuyun-ssr-cli --version
````显示帮助`
```shell
shuyun-ssr-cli -h
# 或
shuyun-ssr-cli --help
```## 调试
```shell
npm run debug
```