1.0.9 • Published 7 years ago

generator-mockserver v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

模拟后台接口脚手架

安装(在shell或命令提示符输入下面命令)

  1. npm i yo -g (安装yeoman)
  2. npm i generator-mockserver -g (安装脚手架)
  3. yo
  4. 选择 Mockserver
  5. 输入项目名称,比如: test
  6. cd test
  7. npm install
  8. npm run start

正确完成以上几点后,打开浏览器输入:

http://localhost:7777

如果页面能正确显示内容不报错,那么恭喜您,

您已经成功的安装Mockserver脚手架并启动了

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago