perf[protocol]: 使用模板生成协议

This commit is contained in:
jaysunxiao
2022-05-16 20:54:14 +08:00
parent 6a8aa811a0
commit 29ee2b0d90
30 changed files with 307 additions and 294 deletions
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
};