UNPKG

@gaonengwww/tiny-toolkit-docs

Version:

这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点

11 lines 191 B
module.exports = { toolkit: '@opentiny/tiny-toolkit-dev', tasks: { start: [{ command: 'npm run watch' }], build: [{ command: 'npm run build' }] } }