1.11.0 • Published 9 months ago

@buckhamduffy/bd-components v1.11.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

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

  1. Checkout the repository git clone git@github.com:buckhamduffy/bd-components.git
  2. cd into the repository cd bd-components
  3. 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

9 months ago

1.9.1

11 months ago

1.9.0

11 months ago

1.10.0

10 months ago

1.8.2

11 months ago

1.8.1

11 months ago

1.8.0

11 months ago

1.7.0

11 months ago

1.6.0

11 months ago

1.5.0

1 year ago

1.8.8

11 months ago

1.8.7

11 months ago

1.8.6

11 months ago

1.8.5

11 months ago

1.8.4

11 months 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