An intractive UI style guide for a project I'm working on. Built with Vue.js using Laravel Elixir, Browserify and Elixir Vueify
- Live demo: jackbarham.github.io/vuejs-style-guide
This project requires the latest version of npm.
Clone or download the repository, then in terminal run:
cd vuejs-style-guide
npm install
gulp
A public
folder is created with assets. If you want to fire up a local server run http-server public
. For continious development run gulp watch
. To minify assets run gulp --production
.