Skip to content

Workflow to start, develop and deploy an application with gulp, Vue.js, CoffeeScript, Jade, Stylus, Browserify and TinyPNG.

License

Notifications You must be signed in to change notification settings

danioso/app-gulp-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-gulp-vuejs

Workflow to start, develop and deploy an application with gulp, Vue.js, CoffeeScript, Jade, Stylus, Browserify, TinyPNG.

Install

Unless previously installed you'll need Cairo. For system-specific installation view the node-canvas wiki.

$ npm install
$ bower install

Set the following environment variable, you will an API Key from TinyPNG to compress png files https://tinypng.com/developers

$ export WEBAPP_PNG_COMPRESSION_SERVICE_KEY="API_KEY"

Tasks

Runing watch task to develop.

$ gulp watch

Runing build task to get files ready for production.

$ gulp build

Runing build with tinypng compression service

$ gulp build --png-compression

About

Workflow to start, develop and deploy an application with gulp, Vue.js, CoffeeScript, Jade, Stylus, Browserify and TinyPNG.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published