vue2-image-editor-quasar

0.0.4 • Public • Published

Vue2ImageEditor

Vue2ImageEditor Component for Vue 2.x Modified to use Quasar Framework 0.17 UI Components

Install

    npm install vue2-image-editor-quasar --save

Usage

1. Import the component

import Vue2ImageEditor from 'vue2-image-editor-quasar';

2.1 Use it globally

Vue.use(Vue2ImageEditor);

2.2 Or use it locally

components: {
    'vue2-image-editor': Vue2ImageEditor
},

3. Update your app or template:

<div>
...
<vue2-image-editor></vue2-image-editor>
...
</div>

Properties

There are no properties.

Example

Please see App.vue for example use.

Contributing

Contributions are welcome

Build Setup

# install dependencies
npm install
 
# serve with hot reload at localhost:8080
npm run dev
 
# build for production with minification
npm run build

Package Sidebar

Install

npm i vue2-image-editor-quasar

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

317 kB

Total Files

8

Last publish

Collaborators

  • simon-moon