@gravityjs/wxc

快速创建小程序页面和组件

Usage no npm install needed!

<script type="module">
  import gravityjsWxc from 'https://cdn.skypack.dev/@gravityjs/wxc';
</script>

README

@gravityjs/wxc

快速创建小程序页面和组件

全局安装

npm install @gravityjs/wxc -g

创建页面

wxc page [page-name]

创建组件风格的页面

wxc page [page-name] [-C | --component]

创建组件

wxc component [component-name]