@view-launcher/vue-loader
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

@view-launcher/vue-loader

Webpack loader for Vue.js SFC. Must be used along with vue-loader.

Usage

Installation

npm i @view-launcher/vue-loader -D

Example webpack.config.js

const path = require('path');

module.exports = {
  //...
  module: {
    rules: [
      {
        test: /\.vue$/,
        use: [
          {
            loader: 'vue-loader',
            options: {/* ... */}
          },
          {
            loader: '@view-launcher/vue-loader',
          }
        ]
      }
    ]
  }
};

Be sure that you put this loader after vue-loader.

Readme

Keywords

Package Sidebar

Install

npm i @view-launcher/vue-loader

Weekly Downloads

0

Version

1.1.4

License

none

Unpacked Size

2.36 kB

Total Files

5

Last publish

Collaborators

  • yaquawa