libj-vuex-module-responsiveness
v1.1.0
Published
- A simple vuex module for responsive design width breakpoints - Read [this](https://vuex.vuejs.org/guide/modules.html) to learn how to use Vuex modules
Downloads
2
Readme
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
- Navigate to http://localhost:3000
Build
npm run build
npm run build:watch