Skip to content

xutiancheng/antd-init

 
 

Repository files navigation

antd-init

NPM version

Ant Design boilerplate generator.


Feature

  • Generate a webpack workflow based boilerplate.
  • support ES2015 and less.
  • Local development via dora, support proxy, HMR and unit test.
  • support custom webpack.config,examples.

More usage: http://ant-tool.github.io/

Install

$ npm i antd-init -g

Usage

Generate boilerplate.

$ mkdir foo && cd foo
$ antd-init

Start development server.

$ npm start

Build.

$ npm run build

About

🔰 Ant Design boilerplate generator.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 13.3%
  • Makefile 2.0%
  • CSS 0.7%