1.0.1 • Published 1 year ago

add-class-prefix v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

add-class-prefix

a plugin to add a class prefix

快速上手

npm i add-class-prefix -D


<!-- vue.config.js -->
const addClassPrefix = require('add-class-prefix')

module.exports = {
  configureWebpack: {
	plugins: [
		addClassPrefix({
		  prefix: 'app'
		})
	]
  }
}

options

  1. prefix
    • type: string, 可选
    • 需要被添加的前缀
    • default: package.name
1.0.1

1 year ago

1.0.0

1 year ago