vue-lightning
v0.0.6
Published
Lightning Design System build with Vue.js 2.0
Downloads
4
Readme
Vue Lightning
Salesforce Lightning Design System build with Vue.js 2.0
Installation
NPM
npm install vue-lightning
Build
# 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