qgds-bootstrap5 1.0.1
Install from the command line:
Learn more about npm packages
$ npm install @qld-gov-au/qgds-bootstrap5@1.0.1
Install via package.json:
"@qld-gov-au/qgds-bootstrap5": "1.0.1"
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
- 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