1.1.28 • Published 8 years ago

antFB-init v1.1.28

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.27

8 years ago

1.1.26

8 years ago

1.1.25

8 years ago

1.1.24

8 years ago

1.1.23

8 years ago

1.1.22

8 years ago

1.0.1

8 years ago

1.1.20

8 years ago

1.1.19

8 years ago

1.1.18

8 years ago

1.1.17

8 years ago

1.1.16

8 years ago

1.1.15

8 years ago

1.1.14

8 years ago

1.1.13

8 years ago

1.1.12

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago