Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webpack/analyse
analyse web app for webpack stats
https://github.com/webpack/analyse
Last synced: about 1 month ago
JSON representation
analyse web app for webpack stats
- Host: GitHub
- URL: https://github.com/webpack/analyse
- Owner: webpack
- Created: 2013-02-19T10:28:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T12:09:20.000Z (9 months ago)
- Last Synced: 2024-04-13T17:52:13.577Z (7 months ago)
- Language: JavaScript
- Homepage: http://webpack.github.com/analyse
- Size: 2.36 MB
- Stars: 873
- Watchers: 17
- Forks: 139
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - analyse
- awesome-webpack-perf - Webpack Analyse
README
# analyse
[http://webpack.github.io/analyse](http://webpack.github.io/analyse)
## Running
You can generate the required JSON file for this tool by running `webpack --profile --json > stats.json`
## Build
Development:
``` text
grunt dev
```Production:
``` text
grunt
```Publish:
``` text
grunt deploy
```