vue-cli-plugin-style-resources-loader

0.1.5 • Public • Published

Introduction

FOSSA Status npm version

Add style-resources-loader to your project easier.

Installation

vue add style-resources-loader

Config

Define your resource's patterns under pluginOptions > style-resources-loader in file vue.config.js.

Name Data type Description
preProcessor string One of: sass, scss, stylus, less
patterns string, array Path to the resources you would like to inject

patterns

Please read more at patterns.

Example

const path = require('path')
module.exports = {
  pluginOptions: {
    'style-resources-loader': {
      'preProcessor': 'stylus',
      'patterns': [
        path.resolve(__dirname, './src/styles/abstracts/*.styl'),
      ]
    }
  }
}

License

FOSSA Status

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i vue-cli-plugin-style-resources-loader

      Weekly Downloads

      6,570

      Version

      0.1.5

      License

      MIT

      Unpacked Size

      3.35 kB

      Total Files

      6

      Last publish

      Collaborators

      • nguyenvanduocit