1.1.28 • Published 9 years ago

antFB-init v1.1.28

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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 --ie8

// or with specify type
$ antFB-init --redux
$ antFB-init --mobileWeb
$ antFB-init --nativeApp

Start development server.

$ npm start

Build.

$ npm run build

Test.

$ npm test

Lint.

$ npm run lint

nativeApp start.

$ react-native run-android
//$ react-native run-ios
1.1.28

9 years ago

1.1.27

9 years ago

1.1.26

9 years ago

1.1.25

9 years ago

1.1.24

9 years ago

1.1.23

9 years ago

1.1.22

9 years ago

1.0.1

9 years ago

1.1.20

9 years ago

1.1.19

9 years ago

1.1.18

9 years ago

1.1.17

9 years ago

1.1.16

9 years ago

1.1.15

9 years ago

1.1.14

9 years ago

1.1.13

9 years ago

1.1.12

9 years ago

1.1.11

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago