/vuejs-foundation

Simple setup with VueJs and Zurb Foundation 6

Primary LanguageJavaScript

vuejs-foundation

Simple setup with VueJs and Zurb Foundation 6 using Laravel Mix

This exmaple imports Zurb Foundation's framework into VueJS. This example was created and implemented into a project that used ZendFramework 3.

Install Dependencies

$ npm install

Setup

For Development

$ npm run watch
$ npm run dev

For Production

$ npm run prod