This is a plugin for MacRabbit's Espresso code editor with support for Vue.js.
- Syntax highlighting of Vue Single File Components (HTML, CSS, SCSS, Less, Stylus, JS, CoffeScript).
- Syntax highlighting of text interpolations.
- Autocompletion of Vue template syntax, such as
v-bind
andv-if
.
- Download and extract the zip
- Double click the Vue.espressoplugin file to install it
Or, if you want to use a Git workflow:
- Clone this repo
- From the root of the repository, run this command in the terminal to create a symlink to the Espresso plugin folder:
ln -s $(pwd)/Vue.espressoplugin ~/'Library/Application Support/Espresso/Plug-Ins/Vue.espressoplugin'
- Restart Espresso