Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
govuk-vue.js | 2025-06-07 | 191.5 kB | |
govuk-vue.umd.cjs | 2025-06-07 | 107.9 kB | |
GOV.UK Vue v1.1.0 source code.tar.gz | 2025-06-07 | 175.7 kB | |
GOV.UK Vue v1.1.0 source code.zip | 2025-06-07 | 233.8 kB | |
README.md | 2025-06-07 | 955 Bytes | |
Totals: 5 Items | 709.9 kB | 7 |
To install this version with npm, run npm install govuk-vue@1.1.0
New features
GOV.UK rebrand compatibility
The GOV.UK brand refresh is launching on 25 June 2025. This release adds support for the brand refresh to the header and footer components.
Add the govuk-template--rebranded
class to your <html>
to enable rebranded styling.
If your service is branded as GOV.UK, pass :rebrand="true"
to the header and :show-crown="true"
to the footer. See the installation instructions for updated asset paths.
Updated file upload
We've updated the file upload component to match the improved file upload component in GOV.UK Frontend.