1.0.2 • Published 9 years ago
backbonejs-es6-sass-browserify-gulp v1.0.2
backbonejs-es6-sass-browserify-gulp
A boilerplate using backbonejs with es6+sass+browserify+gulp
Setup
Requirements
Make sure you have install the node and npm and gulp .
Clone the repository
git clone git@github.com:monjer/backbonejs-es6-sass-browserify-gulp.gitInstall the dependencies
cd backbonejs-es6-sass-browserify-gulp && npm installUsage
dev
npm run devIt will start the watch process of js and css files .
dev-serve
npm run dev-serveBesides the process of watching , it will also start browserSync.
dist
npm run distThis command will bundle the js and css files , compress them use uglify , and output them to dist folder.
serve
npm run serveThis command will start the browserSync .
clean
npm run cleanwill remove dist folder.
What's inside
JavaScript framework and lib
Build tools