antFB-init
v1.1.28
Published
Ant Fable boilerplate generator.
Readme
antFB-init
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 -gUsage
Generate boilerplate.
$ mkdir foo && cd foo
$ antFB-init --ie8
// or with specify type
$ antFB-init --redux
$ antFB-init --mobileWeb
$ antFB-init --nativeAppStart development server.
$ npm startBuild.
$ npm run buildTest.
$ npm testLint.
$ npm run lintnativeApp start.
$ react-native run-android
//$ react-native run-ios