Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwatts3/atom-ide-vue
https://github.com/rwatts3/atom-ide-vue
atom atom-ide language-vue vue
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwatts3/atom-ide-vue
- Owner: rwatts3
- License: mit
- Created: 2017-08-17T09:46:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T18:29:50.000Z (over 6 years ago)
- Last Synced: 2024-08-03T20:14:02.157Z (5 months ago)
- Topics: atom, atom-ide, language-vue, vue
- Language: JavaScript
- Size: 33.2 KB
- Stars: 36
- Watchers: 6
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IDE-Vue package
Vue language support for Atom-IDE, powered by [Vue Language Server](https://www.npmjs.com/package/vue-language-server).
## Companion Packages
This package is currently a *Work in Progress*. You should also install:1. The **atom-ide-ui** package to expose the functionality within Atom
2. The **language-vue** package to ensure highlighting and activation within Vue files## Development
1. Clone this repo `$ git clone https://github.com/rwatts3/atom-ide-vue `
2. cd to the repos directory `$ cd `
3. Install Deps `$ npm i`
4. Start the app in dev mode. `$ npm run dev`## License
MIT License. See [the license](LICENSE.md) for more details.> This package was [`Made By Ryan Watts`](https://www.ryanwatts.me)