UNPKG
zero-mvc
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
zeromvc是一种mvc设计模式。主要意义在于分离视图代码、逻辑代码和数据处理代码。
zero-mvc
/
.vscode
/
tasks.json
14 lines
•
327 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"2.0.0"
,
"tasks"
: [ {
"type"
:
"typescript"
,
"tsconfig"
:
"tsconfig.json"
,
"problemMatcher"
: [
"
$tsc
"
] } ] }