1.1.2 • Published 6 years ago

damulaopzdy v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

damulaopzdy

这是一个静态资源服务器由尚硅谷深圳0715班开发

getting started

#注意点: 此库需要node高版本的支持 因为使用了大量的es6语法 #安装 npm i damulaopzdy -g npm i damulaopzdy -save

#使用: 全局: damu --port/-p 端口 --host/-h 主机 --root/-r 根目录 默认情况下: 端口:1111 主机:127.0.0.1 根目录: damu命令的运行目录 本地 const Server = require("damulaopzdy"); const server = new Server({port:port,host:host,root:root}); server.start();

1.1.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago