# Example App
VueJS App that loads a single module


#What does this app do
This App is intended to be a example of how you should use the signup-component

#What is this example app made off
We are using webpack 2.0, VueJS 2, Twitter Bootstrap among others.

#How Can I use this example APP
Make sure to be in the example directory:
cd example
npm install
  #if you have webpack installed globally now you can run 
    webpack
  #Otherwise you can use webpack from the node_modules directory recently created
    node node_modules/webpack/bin/webpack.js
Open the index.html located in example/src with your browser
Have fun!
