fite/lib/index.js

11 lines
205 B
JavaScript
Raw Normal View History

2022-09-09 10:52:27 +08:00
/**
* {vue live开发环境}
* @author yutent<yutent.io@gmail.com>
* @date 2022/08/31 18:00:37
*/
2022-10-09 19:19:21 +08:00
import createServer from './dev.js'
import compile from './prod.js'
2022-09-09 10:52:27 +08:00
2022-10-09 19:19:21 +08:00
export { createServer, compile }