UNPKG
zero-mvc
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
zeromvc是一种mvc设计模式。主要意义在于分离视图代码、逻辑代码和数据处理代码。
zero-mvc
/
.vscode
/
launch.json
14 lines
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"type"
:
"pwa-node"
,
"request"
:
"launch"
,
"name"
:
"测试"
,
"runtimeExecutable"
:
"yarn"
,
"args"
:
[
"test"
,
]
,
}
]
}