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

/vue-cli-plugin-style-resources-loader/

    Package Sidebar

    Install

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

    Weekly Downloads

    7,766

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    3.35 kB

    Total Files

    6

    Last publish

    Collaborators

    • nguyenvanduocit