https://github.com/velopert/gulp-es6-webpack
Use gulp to automatize ES6 transpilation in both client-side and server-side. (Express.js, babel, webpack, browser-sync, nodemon)
https://github.com/velopert/gulp-es6-webpack
Last synced: 7 months ago
JSON representation
Use gulp to automatize ES6 transpilation in both client-side and server-side. (Express.js, babel, webpack, browser-sync, nodemon)
- Host: GitHub
- URL: https://github.com/velopert/gulp-es6-webpack
- Owner: velopert
- Created: 2016-05-11T10:43:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-14T14:04:12.000Z (about 10 years ago)
- Last Synced: 2025-04-07T17:21:13.660Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-es6-webpack
This project use gulps to automize the process of transpiling ES6 files in both client-side and server-side. Webpack is used to support CommonJS style in client-side.
In this project,
* The gulpfile is written in ES6 syntax
* Express.js server is written in ES6 syntax
* When there is a change in server code, the code will be transpiled automatically, then it will trigger the server to restart.
* Client-side JavaScript is written in ES6 syntax
* When there is a change in client-side, browser-sync will trigger the browser to referesh
* html and css are minified by gulp plugins