v-resizable-core

## How to use: 1. Just use `npm install --save v-resizable-core` 2. Use the directive in your file directly.

Usage no npm install needed!

<script type="module">
  import vResizableCore from 'https://cdn.skypack.dev/v-resizable-core';
</script>

README

v-resizable-core

Project overview

Simple but powerful directive for VueJS 2, which allow to give resize functionality to Vue component.

It is directive version of https://github.com/lrembacz/vue-resizable-core.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint