# Getting Started
# Install Package
yarn add -D @crishellco/vue-hubble
# Add The Plugin To Your App
See the Plugin Options docs for more info.
import VueHubble from '@crishellco/vue-hubble';
const options = {
defaultSelectorType: 'attr',
enableComments: false,
enableDeepNamespacing: true,
enableSelectorPicker: false,
environment: 'test',
enableGroupedSelectors: true,
prefix: '',
};
Vue.use(VueHubble, options);