UNPKG

vue-cli-plugin-tailwind-rollup-esm-component

Version:

Vue CLI 3.0 plugin (with Tailwind, PurgeCSS and Rollup) to use as a component starter

18 lines (17 loc) 467 B
module.exports = [ { name: `componentNamePascal`, type: `input`, message: `What will be the component's name in PascalCase? (example: MyComponent)` }, { name: `componentPrefix`, type: `input`, message: `What will be the component's prefix in lowercase? (example: bsu, bsf)` }, { name: `monorepoName`, type: `input`, message: `What is the monorepo's name in lowercase? (example: mono-repo or @something-with-scope)` } ]