2.0.0 • Published 6 years ago

@web-project/react v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

NPM Version NPM Downloads GitHub issues Telegram

Create React project!

A boilerplate with Webpack 4, Babel 7, React, Flow, ESLint, Jest

Installation

Installation is optional (see usage)

npm i --save-dev @web-project/react

Usage

You can use npx to eject files to the current working directory:

npx @web-project/react --eject

If your folder is empty, create package.json file first (npm init)

CLI options

  -e, --eject    Eject files to the directory               [boolean] [required]
  -l, --lock     Do not remove package-lock.json      [boolean] [default: false]
  -b, --bare     Do not merge package.json            [boolean] [default: false]
  -n, --no-src   Do not copy src folder               [boolean] [default: false]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Scripts

Runs the app in development mode:

npm start

Builds the app for production to the "dist" folder:

npm run build

Opens an interactive visualization treemap of your bundle's contents:

npm run build:info

You can find other scripts in the "scripts" section of the package.json file.

Author

@doasync

2.0.0

6 years ago

2.0.0-0

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.3

6 years ago

1.7.2

6 years ago

1.7.1

6 years ago

1.7.0

6 years ago

1.6.4

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.0.0

6 years ago