项目作者: monjer

项目描述 :
A boilerplate using backbonejs with es6+sass+browserify+gulp
高级语言: JavaScript
项目地址: git://github.com/monjer/backbonejs-es6-sass-browserify-gulp.git


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

  1. git clone git@github.com:monjer/backbonejs-es6-sass-browserify-gulp.git

Install the dependencies

  1. cd backbonejs-es6-sass-browserify-gulp && npm install

Usage

dev

  1. npm run dev

It will start the watch process of js and css files .

dev-serve

  1. npm run dev-serve

Besides the process of watching , it will also start browserSync.

dist

  1. npm run dist

This command will bundle the js and css files , compress them use uglify , and output them to dist folder.

serve

  1. npm run serve

This command will start the browserSync .

clean

  1. npm run clean

will remove dist folder.

What’s inside

JavaScript framework and lib

Build tools