Skip to content

angel-vladov/idea-vue-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idea-vue-templates

Vuejs 2 live templates for IntelliJ IDEA and Webstorm. All the templates assume you're using a transplier for ECMAScript 2015.

Vue Component

Installation

Download settings.jar and import it using File->Import Settings.

Available templates

List with available templates abbreviations:

  • vuec - Generates Vue component (for .vue files)
  • vued - Vue directive
  • vuex - Vue store module
  • vuexi - Vue store index file

More

  • It's highly recommended to install Vue.js IDEA plugin. IDEA 17 comes with built in Vue.js support. Install the official plugin.

  • Components template is configured to work with SASS. Example Webpack configuration for SASS and Laravel (place this in webpack.config.js at root):

    module.exports = {
    	vue: {
    		loaders: {
    			js: 'buble-loader',
    			scss: 'vue-style-loader!css-loader!sass-loader'
    		}
    	}
    }
    

About

Vuejs templates for IntelliJ IDEA and Webstorm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published