1.0.1 • Published 8 months ago

ax-vue-loader v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Ax Vue Loader

Simple webpack loader for *.vue files

This loader compile a Vue file with <script> and <template> tags. It allowed for a lighter configuration of the Vue environement and, for me, resolve some configuration nightmare.:

Config exemple:

{ 
  module: {
    rules: [
      { test: /\.vue/, use: [ 
        { loader: 'ax-vue-loader', options: {
          jshint: {
            undef: true, esversion: 11,
            predef: { axios:true }
          }
        }}
      ]}
    
    ]
  }     
}
1.0.1

8 months ago

1.0.0

8 months ago