Vue language support for Atom-IDE, powered by Vue Language Server.
This package is currently a Work in Progress. You should also install:
- The atom-ide-ui package to expose the functionality within Atom
 - The language-vue package to ensure highlighting and activation within Vue files
 
- Clone this repo 
$ git clone https://github.com/rwatts3/atom-ide-vue <my-dir> - cd to the repos directory 
$ cd <my-dir> - Install Deps 
$ npm i - Start the app in dev mode. 
$ npm run dev 
MIT License. See the license for more details.
This package was
Made By Ryan Watts