https://github.com/mrminfive/vue-cli-plugin-vscode-remote
:whale: Vue CLI plugin for Vscode Remote
https://github.com/mrminfive/vue-cli-plugin-vscode-remote
Last synced: 3 months ago
JSON representation
:whale: Vue CLI plugin for Vscode Remote
- Host: GitHub
- URL: https://github.com/mrminfive/vue-cli-plugin-vscode-remote
- Owner: Mrminfive
- License: mit
- Created: 2019-07-08T03:06:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:30:46.000Z (over 3 years ago)
- Last Synced: 2025-02-26T13:04:59.157Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.

[more about](https://code.visualstudio.com/docs/remote/containers#_getting-started)
### Install
First you need to install `@vue/cli` globally (follow the instructions [here](https://cli.vuejs.org/)).
Then create a project and add the Element plugin:
```bash
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.