1.1.0 • Published 5 years ago

libj-vuex-module-responsiveness v1.1.0

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

libj-vuex-module-responsiveness

Part of libj tools

  • A simple vuex module for responsive design width breakpoints
  • Read this to learn how to use Vuex modules

Usage

npm install libj-vuex-module-responsiveness

import { responsiveModule } from 'libj-vuex-module-responsiveness';
.
.
.

Test

  • Run this in a separate command line to start node server
node server.js
  • Run one of the following to re-create bundles
npm run dev
npm run dev:watch

Build

npm run build
npm run build:watch

Make sure to test everything in all browsers (specially IE 10/11)

1.1.0

5 years ago

1.0.1

5 years ago