Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atom-community/atom-ide-vue
Vue language support for Atom IDE
https://github.com/atom-community/atom-ide-vue
atom atom-ide atom-package ide-vue vue
Last synced: 28 days ago
JSON representation
Vue language support for Atom IDE
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-vue
- Owner: atom-community
- License: mit
- Created: 2019-06-23T20:51:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T02:47:54.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:57:39.177Z (8 months ago)
- Topics: atom, atom-ide, atom-package, ide-vue, vue
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-ide-vue
- Size: 611 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-ide-vue package
![CI](https://github.com/atom-ide-community/atom-ide-vue/workflows/CI/badge.svg)
Vue language support for [Atom IDE](https://atom.io/packages/atom-ide-base)
![Example of autocomplete suggestion in Vue's single file component](./preview.jpg)
## Getting Started
1. Install `atom-ide-vue` from Atom's packages repository
2. Install [language-vue](https://atom.io/packages/language-vue)
3. Install [Atom IDE](https://atom.io/packages/atom-ide-base) packages
Note: Since Atom comes with [autocomplete+](https://atom.io/packages/autocomplete-plus) package preinstalled, basic suggestions should be available immediately.
## Contributing
Take a look at [Contributing Guide](CONTRIBUTING.md).
[atom ide]: https://atom-ide-community.github.io/