Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.12 KB

VueJS2-starter-kit

A VueJS 2 starter kit with routing and custom gallery component examples. This is based on vue-cli --> webpack-simple

This project use Zurb foundation CSS & Javascript.

I added some addon to make it more easy to start.

I will add some other features in, don't hesitate to contribute !

##Component There is a custom picture Gallery component All infos: http://vuejs.org/guide/components.html

##Routing This project use vue-router All infos: http://router.vuejs.org/en/index.html

##ES6 All is writing with new ES6 syntax <3

##Webpack & Babel Modules & ES6 syntax.

##Styles I am using Zurb foundation CSS & JS Framework in this project. You can easy change it with Bootstrap or other. The Gallery component styles are directly in component, thank to that, we have a really standalone foundation picture gallery.

##Get started

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Learn more about VueJS : https://vuejs.org/

###Made with love in Montpellier, south of France <3