This package provides the following services:
This package consumes the following services:
IDE-Vue package
Vue language support for Atom-IDE, powered by Vue Language Server.
Companion Packages
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
Development
- 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
License
MIT License. See the license for more details.
This package was
Made By Ryan Watts