Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://webpack.github.io/docs
[OLD] documentation for webpack
https://webpack.github.io/docs
Last synced: 3 months ago
JSON representation
[OLD] documentation for webpack
- Host: GitHub
- URL: https://webpack.github.io/docs
- Owner: webpack
- Archived: true
- Created: 2013-01-22T18:04:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T20:39:20.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T17:46:20.982Z (7 months ago)
- Language: JavaScript
- Homepage: http://webpack.github.io/docs/
- Size: 2.04 MB
- Stars: 1,456
- Watchers: 49
- Forks: 127
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [documentation](https://webpack.github.io/docs/)
# NEW DOCS HAVE BEEN MOVED TO [webpack/webpack.js.org](https://github.com/webpack/webpack.js.org)
# ATTENTION: If you are planning on updating the content here you must update the [WIKI](https://github.com/webpack/docs/wiki).
# If you see an issue, or want to make a change, please submit an issue and pull request on the new page. We are working to migrate this content over to the new repo.The documentation is generated from the contents of this [wiki](https://github.com/webpack/docs/wiki). Please make any content edits there.
## building the documentation
If you would like to edit the layout, styling or scripts of the documentation, please follow these steps:* Install [Node.js](https://nodejs.org/) if you have not already
* `git clone git://github.com/webpack/docs && cd docs`
* `npm install`
* `npm start`
* Visit [http://localhost:8088](http://localhost:8088) to preview your changes before making a pull request.