Skip to content

fakefish/react-webpack-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-cookbook

A cookbook for using webpack with React JS

Please move a long to the wiki

Note that gh-pages branch and wiki content gets generated based on the wiki content. If you find errors, please open an issue or create a PR against /content.

Gitbook Generator

The generator converts the wiki content to Gitbook (standalone site). In this case it is pushed to gh-pages. Use it as follows:

  1. npm install
  2. npm run generate-gitbook

This should generate /gh-pages. You can serve that directory through some static server (ie. hit serve at /gh-pages).

It is possible to deploy the book by hitting npm run deploy-gitbook. This will update gh-pages branch.

About

React 和 Webpack 小书

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • Shell 35.8%