Skip to content

The js-boilerplate is a fresh instance of stand alone javascript application based on VueJS and build with laravel elixir

License

Notifications You must be signed in to change notification settings

Distilleries/js-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

#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

  1. Require
  2. Installation
    1. Create project

    2. Environment and configuration

      1. Vhost
    3. Technologies

    4. Build app

##Require To use this project you have to install:

  1. NodeJs version v5.7.1
  2. Npm 3.6.0
  3. 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+1
  • gulp feature X.X+1.0
  • gulp patch X+1.0.0

About

The js-boilerplate is a fresh instance of stand alone javascript application based on VueJS and build with laravel elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published