libj-vue-directive-disable-button
v1.1.0
Published
A very simple directive to bind a variable to disabled state of button
Downloads
1
Readme
libj-vue-directive-disable-button
Part of libj tools
A very simple directive to bind a variable to disabled state of button
Usage
npm install libj-vue-directive-disable-button
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