Ant Fable boilerplate generator.


License
MIT
Install
npm install antFB-init@1.1.20

Documentation

antFB-init

NPM version

Ant Fable 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.
  • support IE8.

Install

$ npm i antFB-init -g

Usage

Generate boilerplate.

$ mkdir foo && cd foo
$ antFB-init

// or with specify type
$ antFB-init --demo
$ antFB-init --redux
$ antFB-init --ie8

Start development server.

$ npm start

Build.

$ npm run build

Test.

$ npm test

Lint.

$ npm run lint