manukall / vue-mode

Emacs major mode for vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/syl20bnr/spacemacs

vue-mode

Emacs major mode for vue.js based on mmm-mode.

Preview

2016-04-10 10 44 46

Install

Spacemacs

Add

(vue-mode :location (recipe
                     :fetcher github
                     :repo "codefalling/vue-mode"))

to your packages.and

(defun your-layer-name/init-vue-mode ()
  (use-package vue-mode))

to your package.el

Q&A

Why js-mode instead of js2-mode?

js2-mode does not yet work with "multi-mode" modes such as mmm-mode. See mooz/js2-mode#124.

Mode didn't get updated when lang changed

M-x vue-mode-reparse

About

Emacs major mode for vue.js

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%