1.0.3 • Published 6 months ago

@gzteacher/cms-server v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@gzteacher/cms-server

🚀 本地运行 cms 文件的服务

  • 支持热更新
  • 运行时忽略 cms 语法
  • 支持加载 cms 语法的资源
  • 运行时支持 include 嵌套
  • 自动打开浏览器

Quick start

本地安装

npm install -D @gzteacher/cms-server

package.json 文件添加以下命令:

"scripts": {
  "start": "cms-run"
}

执行命令运行服务:

npm run start

全局安装

npm install -g @gzteacher/cms-server

通过 npx 直接运行:

npx cms-run

Options

-h --help              Print this help
-v --version           Print @gzteacher/cms-server version number
-p --port <port>       Set access port (default 3009)

LICENSE

MIT


This project is created using generator-stupid-cli.

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago