1.0.3 • Published 6 years ago
@hectic-devs/vue-components v1.0.3
JD Common Components
Adding to Project
npm install @hectic-devs/vue-components
Importing Components
Use the following import pattern to load in the required component
import Component from '@hectic-devs/vue-components/sfc/Component.vue';
Using with Jest
Add the following to the Jest config to allow for the components to be loaded and transformed in tests
"transformIgnorePatterns": [
"/node_modules/(?!@hectic-devs/vue-components)"
],