qgds-bootstrap5 1.0.3
Install from the command line:
Learn more about npm packages
$ npm install @qld-gov-au/qgds-bootstrap5@1.0.3
Install via package.json:
"@qld-gov-au/qgds-bootstrap5": "1.0.3"
About this version
- ES6 Javascript
- ESbuild for bundling, minification and transpiling
- Storybook for component development
- Mustache JS / Handlebars JS for component and HTML templating
- Figma for design and prototyping
- CSS/SCSS, extending Bootstrap 5.3 core components with custom CSS properties
- NPM for package management
git clone https://github.com/qld-gov-au/qgds-qol-mvp
- Node 18.17.1+
- NPM 10.2.5+
npm install
npm run build
npm run watch
npm run dev-storybook
npm run serve
-
HTML templating using drop in components
If you wish to use the includes handle bars, please ensure "handlebars": "4.7.8" + is loaded prior to running handlebars.helpers.bundle.js
-
Dev build and testing branching
- Storybook examples available at https://qld-gov-au.github.io/qgds-qol-mvp/
We recommend using VSCode as the IDE for development with the following plugins:
- Prettier
- ESLint
- Mustache JS or Handlebars JS template support