vue-cli-plugin-vscode-remote
v0.0.5
Published
:whale: Vue CLI plugin for Vscode Remote
Downloads
20
Readme
vue-cli-plugin-vscode-remote
Vscode Remote plugin for @vue/cli
3.0.
About
The Visual Studio Code Remote - Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set.
Install
First you need to install @vue/cli
globally (follow the instructions here).
Then create a project and add the Element plugin:
vue create my-app
cd my-app
vue add vscode-remote
You'll be asked some questions regarding how vscode remote is configured in your project. After that, you're good to go.