README
wondersgroup-tools
构建配置
构建 encrypt
开发模式编译
npm run dev:encrypt
构建模式编译
npm run build:encrypt
前端工具包
<script type="module">
import wondersgroupTools from 'https://cdn.skypack.dev/wondersgroup-tools';
</script>
开发模式编译
npm run dev:encrypt
构建模式编译
npm run build:encrypt