Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```