#Default Javascript VueJS and Elixir project
The js-boilerplate is a fresh instance of stand alone javascript application based on VueJS and build with laravel elixir
##Table of contents
##Require To use this project you have to install:
- NodeJs version v5.7.1
- Npm 3.6.0
- gulp in global (npm install gulp -g) 3.9.1
##Installation
###1.Create project When you want create a new empty project with composer use this command:
git clone https://github.com/Distilleries/js-boilerplate.git
npm install
gulp
###2.Environment and configuration
####Vhost
Configuration your virtual host with /public
folder in site root.
###3.Technologies
- Browserify
- Vueify
- Babel
###4.Build app
You can use gulp watch
in local to develop you app.
If you want build your app in production (uglify) use gulp --production
.
You can change the configuration in build.config.js
and enable the proxy to have a live reload.
If you want inc your version and tag your git repo you can use :
gulp patch
X.X.X+1gulp feature
X.X+1.0gulp patch
X+1.0.0