Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-lightning

moblornpm260.0.6

Lightning Design System build with Vue.js 2.0

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