wxapp_common

小程序公共代码

Usage no npm install needed!

<script type="module">
  import wxappCommon from 'https://cdn.skypack.dev/wxapp_common';
</script>

README

wxapp_common

小程序公共代码

模块集成

集成util,controller,const到common

饮用

wxss

@import 'common/node_modules/wxapp_common/wxss/base.wxss';

wxml

### js const common = require('../../common/node_modules/wxapp_common/js/index.js'); console.log(common)