boi-plugin-vue
plugin for boi to build vue project
Usage
Insert content into boi-conf.js
:
boi;
Options
extractCss
Boi would extract single css file if set
extractCss
astrue
.
- Type:
Boolean
- Default:
false
cssUseHash
Whether inject hash content into extracted css file.Works only when set
extractCss
astrue
.
- Type:
Boolean
- Default:
true
cssOutputDir
Specific extracted file's output directory.Works only when set
extractCss
astrue
.
- Type:
String
, - Default:
'style'
extractFilename
Specific suffix of extracted file's name.Works only when set
extractCss
astrue
.
- Type:
String
, - Default:
'components'
enablePostCss
Enable/Disable postcss.Use the same rule with Boi.
- Type:
Boolean
, - Default:
false
enableLint
Enable/Disable eslint.Use the same rule with Boi.
- Type:
Boolean
, - Default:
false