Salesforce Lightning Design System build with Vue.js 2.0
npm install vue-lightning
# install dependencies
npm install
# serve with hot reload at localhost:9001
npm run start
# build for production
npm run build
# run unit tests
npm run unit
# run all tests
npm run test