Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 495 Bytes

File metadata and controls

23 lines (19 loc) · 495 Bytes

usage

  1. git clone https://github.com/jortsupetterson/bendyjs.git
  2. npm install
  3. npm run package
  4. npm run install

The extension is now installed Start building web apps in a more "bendy" manner

settings.json

{ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "emmet.includeLanguages": { "javascript": "javascript", "typescript": "javascript", "javascriptreact": "javascript", "typescriptreact": "javascript" }, "emmet.triggerExpansionOnTab": true }