125
112

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AtomのVue.js関係プラグインまとめ

Last updated at Posted at 2017-03-13

AtomのVue.js関係のプラグインをまとめてみました。

##language-vue-component
vue用のシンタックスハイライトが追加される
https://atom.io/packages/language-vue-component

スクリーンショット 2017-03-13 12.42.52.png

##vue-autocomplete
vue componet用の入力の自動補完
https://atom.io/packages/vue-autocomplete

スクリーンショット 2017-03-13 12.40.30.png

##vue-snippets
vue用のスニペットが追加される
https://atom.io/packages/vue-snippets

vue1.gif

##vue-hyperclick
vue componetから定義元へジャンプできる
*hyperclickとjs-hyperclickとlanguage-vue-componentがインストールされている必要がある
https://atom.io/packages/vue-hyperclick

vue2.gif

##atom-beautify
ソースコードを自動整形してくれるプラグイン。Vueはもちろん、HTMLやCSS、Javaなどいろいろなものに対応している。
https://atom.io/packages/atom-beautify

vue.gif

##vue-format
こちらも自動整形のプラグイン。(js-beautifyのdefaultを使っているようで、自分で設定はできないっぽい)
https://atom.io/packages/vue-format

vue.gif

125
112
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
125
112

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?