UNPKG
sakura-cli
Version:
latest (0.2.0)
next (0.2.0-pre)
0.2.0
0.2.0-pre
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
a command line tool for develop web apps
github.com/guoshencheng/sakura-cli
guoshencheng/sakura-cli
sakura-cli
/
template
/
sakura.default.config.json
18 lines
(17 loc)
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"single"
:
true
,
"entry"
:
{
"main"
:
"./index.js"
}
,
"appid"
:
"xxxx"
,
"sakuraServer"
:
"http://localhost:3000"
,
"config"
:
{
"proxyHost"
:
"http://www.proxyHost.com"
,
"dingding"
:
false
,
"auth"
:
{
"key"
:
"sessionId"
,
"path"
:
"/login.json"
,
"valuePath"
:
[
"sessionId"
]
}
}
}