https://github.com/postalservice14/vuejs-plugin
[DEPRECATED] Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
https://github.com/postalservice14/vuejs-plugin
Last synced: 2 days ago
JSON representation
[DEPRECATED] Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
- Host: GitHub
- URL: https://github.com/postalservice14/vuejs-plugin
- Owner: postalservice14
- Archived: true
- Created: 2015-11-24T22:39:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T18:23:09.000Z (about 7 years ago)
- Last Synced: 2024-06-11T11:45:31.535Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 139
- Watchers: 8
- Forks: 20
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-refactor - **IntelliJ IDEA / WebStorm ★66**
- awesome-vue-zh - VueJS插件 - 为UneliJ平台 (WebSurvivin,RuffyMin,iTeliji等) 提供的Vue.JS特性. (叫研发工具组 / 源代码编辑)
- awesome-vue - Vue.js Plugin ★143 - Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc). (Dev Tools / Source Code Editing)
README
# Deprecated
In favor of the [Vue.JS plugin](https://github.com/JetBrains/intellij-plugins/tree/master/vuejs) that comes with IntelliJ now
# Vue.js Support Plugin
Vue.js Support for the Intellij Platform (WebStorm, PhpStorm, Rubymine, Intellij, etc)
# Install
You can install it via Settings -> Plugins -> Browse repositories -> (search for) Vue.js
Or download it from here and install it manually:
https://plugins.jetbrains.com/plugin/8057?pr=phpStorm
# Useful tips
### Highlight and formating for SCSS/SASS/LESS styles in `.vue` files
To get proper formating you just have to insert `rel="stylesheet/` in the `` tag.
This is example for `scss`:
```HTML
<style lang="scss" rel="stylesheet/scss">
@import 'variables.sass';
body {
font: 100% Helvetica, sans-serif;
background-color: $light_blue;
}
```
# Contributing
This project is still a work in progress. I welcome ideas and additions. My goal is to make it have similar functionality and features as the [angularjs-plugin](https://github.com/JetBrains/intellij-plugins/tree/master/AngularJS).