storageapi-editor

Editor for StorageAPI


License
MIT
Install
npm install storageapi-editor@2.1.1

Documentation

StorageAPI_Editor Version

Editor for StorageAPI

About

Experimental Vue-component & node-module.

Install or clone

# Install with npm to your project
npm install storageapi-editor

# Clone with git
git clone https://github.com/ToxicTree/StorageAPI_Editor.git

Use in project

// Require component
var editor_component = require('storageapi-editor');
// Import in .scss file
@import "node_modules/storageapi-editor/src/StorageAPI_Editor";

Build in cloned repository

# install dependencies
npm install

# build for production
npm run build

# build on changes while developing
npm run watch