Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 337 Bytes

Webpack with GOV.UK Frontend

This project demonstrates how to compile GOV.UK Frontend JavaScript using Webpack.

To build webpack

npm run build

To run

npx http-server

ES6 imports for GOV.UK Frontend components

If importing individual components from a directory, use

import { Accordion } from 'govuk-frontend-fake';