UNPKG

zero-mvc

Version:

zeromvc是一种mvc设计模式。主要意义在于分离视图代码、逻辑代码和数据处理代码。

14 lines 274 B
{ "version": "0.2.0", "configurations": [ { "type": "pwa-node", "request": "launch", "name": "测试", "runtimeExecutable": "yarn", "args": [ "test", ], } ] }