UNPKG
@opentiny/tiny-toolkit-dev
Version:
alpha (1.0.2-alpha.0)
latest (1.0.1)
1.0.2-alpha.0
1.0.1
1.0.1-alpha.0
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
tiny-cli 模块开发脚手架
@opentiny/tiny-toolkit-dev
/
template
/
plugin
/
tiny.config.js
11 lines
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
toolkit :
'@opentiny/tiny-toolkit-dev'
,
tasks :
{
start:
[{
command:
'npm run watch'
}],
build:
[{
command:
'npm run build'
}] } }