UNPKG
koa-spring-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
一个 Koa 类 Spring 脚手架
github.com/LuYongwang/koa-spring-cli
LuYongwang/koa-spring-cli
koa-spring-cli
/
template
/
.babelrc
17 lines
(15 loc)
•
176 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
: [ [
"
@babel
/preset-env"
] ],
"plugins"
: [ [
"
@babel
/plugin-proposal-decorators"
, {
"legacy"
: true } ] ] }