1.11.0 • Published 11 months ago
@buckhamduffy/bd-components v1.11.0
BuckhamDuffy Components
BuckhamDuffy's Vue and SCSS components for development.
Installation
npm install --save @buckhamduffy/bd-components
Usage
import Vue from 'vue';
import BDComponents from '@buckhamduffy/bd-components';
Vue.use(BDComponents);
Usage (SCSS)
// Import the BuckhamDuffy Components
// Bootstrap 4
@import "@buckhamduffy/bd-components/sass/bootstrap4";
// Bootstrap 5
@import "@buckhamduffy/bd-components/sass/bootstrap5";
NOTE: Sometimes webpack has trouble importing files with a @ prefix, so use the below instead
// Import the BuckhamDuffy Components
// Bootstrap 4
@import "../../@buckhamduffy/bd-components/sass/bootstrap4";
// Bootstrap 5
@import "../../@buckhamduffy/bd-components/sass/bootstrap5";
Development
- Checkout the repository
git clone git@github.com:buckhamduffy/bd-components.git
- cd into the repository
cd bd-components
- Install the dependencies
npm install
You can link this project globally for use in other projects with npm link
. Then in the project you want to use it in run npm link @buckhamduffy/bd-components
. This will then symlink the local package to point to your development version.
1.11.0
11 months ago
1.9.1
1 year ago
1.9.0
1 year ago
1.10.0
12 months ago
1.8.2
1 year ago
1.8.1
1 year ago
1.8.0
1 year ago
1.7.0
1 year ago
1.6.0
1 year ago
1.5.0
1 year ago
1.8.8
1 year ago
1.8.7
1 year ago
1.8.6
1 year ago
1.8.5
1 year ago
1.8.4
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.3.5
1 year ago
1.3.2
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago
1.2.0
2 years ago