0.0.5 • Published 5 years ago

vue-cli-plugin-vscode-remote v0.0.5

Weekly downloads
33
License
MIT
Repository
github
Last release
5 years ago

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.

vscode-remote

more about

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.

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago