Developer Tools ​
- Storybook - The UI Development Environment. works with v3.2+ later.
- codesandbox - An online IDE and prototyping tool for rapid Vue development
- StackBlitz - The fastest, most secure dev environment on the planet
Inspect ​
Inspecting & debugging
- Vue.js devtools - Chrome devtools extension for debugging Vue.js applications.
Docs ​
Create documentation
- vue-styleguidist - A style guide generator for Vue components with a living style guide.
- Vuedoc Markdown - Generate a Markdown Documentation for a Vue Component
- Vuedoc Parser - Generate a JSON documentation for a Vue component
Test ​
- vue-test-utils - Official utilities for testing Vue components.
- Vue Testing Library - Simple and complete testing utilities that encourage good testing practices. Based on DOM Testing Library and built upon the official Vue Test Utils.
Source Code Editing ​
Text editor plugins
Sublime Text ​
- Vue Syntax Highlight - Sublime Text syntax highlighting for single-file Vue components.
- Vue Next Formatter - Sublime Text Vue formatter, Supported ES5/6/7, Less/Sass and Pug/Html template.
Vim ​
- Vim Vue - Syntax Highlight for Vue.js components.
- vim-vue-plugin - Vim syntax and indent plugin for .vue files.
Visual Studio Code ​
- Volar - The Fastest Vue Language Support Extension
Intellij ​
- Vue.js support for WebStorm, IntelliJ IDEA, PhpStorm, PyCharm & RubyMine – official Vue.js support by JetBrains
Emacs ​
- Vue Mode - Emacs major mode for vue.js.
Kate ​
- Kate Syntax Files - Syntax files (modified or original) for katepart (kate, kwrite, kdevelop).