Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 482 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 Yeoman to run generators 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