video-templates

开发 ### `npm run build -- app=example-001` 打包 ### `npm run deploy -- app=example-001` 发布 ### `npm run release -- app=example-001` 打包并发布

Usage no npm install needed!

<script type="module">
  import videoTemplates from 'https://cdn.skypack.dev/video-templates';
</script>

README

npm start -- app=example-001

开发

npm run build -- app=example-001

打包

npm run deploy -- app=example-001

发布

npm run release -- app=example-001

打包并发布

需同时在/public和/src/templates下创建相同文件名的模板名如 example-001,文件名对应templateId

每个template下(templates/example-001)需包含config.json文件

参考 piechart-001