Heads up!
On October 1, we introduced Gitpod Flex. You can swap between documentation by using the
switcher in the left navigation bar.
Vue.js in Gitpod
To work with Vue.js in Gitpod, you will need to properly configure your repository. Here is how to do it.
Example Repositories
Here are a few Vue.js example projects that are already automated with Gitpod:
Vue-CLI
To get started with a Vue project you can run their create cli. Refer to the Vue.js docs for a more detailed quick start.
bash
npm npm create vue@latest
VS Code Extensions
Volar
Vue Language Features (Volar) is a language support extension built for Vue, Vitepress and petite-vue.
To add this extension to your repository add the following to your .gitpod.yml
yml
vscode:
extensions:
- vue.volar
For projects that already have a .gitpod.yml, you can skip the first part and just add the provided snippet.