file-open-in-editor
v1.0.1
Published
Webcomponent file-open-in-editor following open-wc recommendations
Readme
<file-open-in-editor>
This webcomponent follows the open-wc recommendation.
Installation
npm i file-open-in-editorUsage
Set your workspace.
localStorage.setItem('DEV_WORKSPACE_PATH', '/User/name/Workspace/MyProject/')<script type="module">
import 'file-open-in-editor/file-open-in-editor.js';
</script>
<file-open-in-editor src="src/component/header.js"></file-open-in-editor>