bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Bootstrap-vue to support pascal and kebab casing. #169

Closed vishnu5795 closed 5 years ago

vishnu5795 commented 5 years ago

Please suggest a way to include Bootstrap-vue in the project without conflicts.

chrisvfritz commented 5 years ago

Since this project is built on Vue CLI, which uses Webpack, I recommend following the instructions for module bundlers in the Bootstrap Vue docs.

chrisvfritz commented 5 years ago

If you'd like to change the linting rules for component casing in templates, you can configure the vue/component-name-in-template-casing rule in .eslintrc.js.