antd-react-material-template

基于ant-design的自定义物料源的初始模板

Usage no npm install needed!

<script type="module">
  import antdReactMaterialTemplate from 'https://cdn.skypack.dev/antd-react-material-template';
</script>

README

antd-react-material-template

简介

用于 ice-devtools init 初始化时的物料仓库模板,基于 react 和 ant-design 组件库

使用

$ npm install ice-devtools -g
$ ice-devtools init

区块预览

$ cd my-project/blocks/ExampleBlock
$ npm install
$ npm run start

布局预览

$cd my-project/layouts/ExampleComponent
$ npm install
$ npm run start

模板预览

$ cd my-project/scaffolds/ExampleScaffold
$ npm install
$ npm run start