Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.12 KB

vs-code-designer-addon

A VSCode WYSIWYG HTML Designer Addon.

it is also usable in VSCodeWeb

addon-page

https://marketplace.visualstudio.com/items?itemName=node-projects.vscode-designer-addon

references

supports

sample image

sample

Open the Designer

  • Rightclick on a '.html', '.ts', '.vue' File and Select "Open With", here select "Designer".

Development of the Extension

  • Clone this Repository
  • Open the Cloned Repository in VS Code 1.47+
  • npm install
  • F5 to start debugging

Test new Versions

  • Run 'npm start package', this will start vsce and create a packge wich then you could install localy.