简体   繁体   中英

VueJS setup for Atom

I was looking for linter and hinter for VueJS. Also i am using tyepsript everywhere so js-hint and linter-jscs won't be useful. I currently have these:

  • language-vue
  • atom-beautify
  • emmet
  • linter
  • linter-ui-default

The features i need:

  • Variable declaration errors
  • Semi colon warnings
  • Jump to variable description
  • If possible Bootstrap-Vue tag completion
  • Basic snippets

To enable Emmet with Vue language on Atom

  • Go to keymap.cson on your atom editor (Atom item menu on top)
  • Copy and paste this code

    'atom-text-editor[data-grammar~="vue"]:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM