Editor for StorageAPI
Experimental Vue-component & node-module.
# Install with npm to your project
npm install storageapi-editor
# Clone with git
git clone https://github.com/ToxicTree/StorageAPI_Editor.git
// Require component
var editor_component = require('storageapi-editor');
// Import in .scss file
@import "node_modules/storageapi-editor/src/StorageAPI_Editor";
# install dependencies
npm install
# build for production
npm run build
# build on changes while developing
npm run watch