vtex-speed-webpack-esnext
v0.0.1
Published
Vtex Speed Webpack ESNext - reverse proxy, compilation, minification, optimization using esnext with webpack.
Downloads
2
Readme
VTEX SPEED WEBPACK ESNEXT
Reverse proxy, compilation, minification, optimization using esnext with webpack.
I made this project in a few hours to help the community, currently I have no time to improve it. If you would like to help please make a pull request!
Getting Started
Before continuing, please edit the store, version, prefix, team, website
key to the package.json
file:
"vtex": {
"store": "your-store-account-name",
"version": 1,
"prefix": "XY",
"team": "Your Team Name",
"website": "Your Website",
"environment": "vtexcommercestable",
"browser": "chrome",
"protocol": "https"
}
# Clone this repo
git clone https://github.com/EduD/vtex-speed-webpack-esnext.git
# Enter the folder you cloned
cd vtex-speed-webpack-esnext
# install all dependencies
npm install
# run vtex-speed-webpack-esnext
npm start
# compile and minify files for production
npm run deploy
# remove development folders
npm run clean
# check for errors in the lint of your js files
npm run lint
Prerequisities
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Author
- Eduardo Dantas - EduD
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details