generator-antd-custom

generator-antd-custom脚手架,快速搭建新项目

Usage no npm install needed!

<script type="module">
  import generatorAntdCustom from 'https://cdn.skypack.dev/generator-antd-custom';
</script>

README

generator-antd-custom 脚手架


说明

generator-antd-custom 脚手架,用于快递搭建新项目,实现自定义命令行,配合antd-custom-tpl模板运行,实现模版和脚手架分离,暂时只提供一个react项目模版,后续可以加入其他更多模版

分支

master 稳定版本

develop 开发版本

test yeoman命令版本

安装

$ npm i generator-antd-custom -g

初始化项目

$ cfe init react

运行项目

$ cfe start

打包项目

$ cfe build test

or

$ cfe build prod