Companion code for Component Driven Design in VueJS
git clone https://github.com/vjrngn/silver-screen.git
cd silver-screen
npm install
Run gulp
to compile all files and gulp watch
to watch for any file changes
This app does not ship with a server so you'll need to run your own.
php -S localhost:8080
python -m SimpleHTTPServer