Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 481 Bytes

Extension

Project setup

npm install

Running during development

Launch the WebSocket server configuration for development purposes. This will not launch vscode or a vscode extension, but still use Inquirer to run snippets and communicate with a locally served Vue application.

Launch the Run Dev Server launch configuration.

Or use the command line:

# compile server code to out directory:
npm run compile
# run the websocket server: 
npm run ws:run