
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@prefecthq/prefect-ui-library
Advanced tools
This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.
This library is the Vue and Typescript component library for Prefect 2 and Prefect Cloud 2. The components and utilities in this project are not meant to be used independently.
npm i @prefecthq/prefect-ui-library --save --save-exact
If you plan to develop against the Prefect UI you can install the prefect-ui-library package locally.
We recommend using the cli and running
npm i @prefecthq/prefect-ui-library@../../prefect-ui-library --save
in the Prefect UI project where ../../prefect-ui-library
is the relative path from your Prefect UI project’s directory to the prefect-ui-library project directory. You can also use an absolute path.
If you have done this succesfully, you should see your Prefect UI package.json and package-lock.json updated to show your local prefect-ui-library.
💡 Keep in mind this will update both the package.json and package-lock.json files. Be sure to not commit the changes to these two files.💡 Linking a package this way is the safest as it avoids having to do an npm i
.
Then when linking prefect-ui-library to the prefect/UI project you can do the following:
In prefect-ui-library (this repo):
npm run dev
In ui:
npm run serve
Now any change you make in prefect-ui-library will trigger a reload in UI.
To update a package in a project you can either install latest
or a specific version like
npm i @prefecthq/prefect-ui-library@latest --save --save-exact
OR
npm i @prefecthq/prefect-ui-library@0.1.60 --save --save-exact
This project does not follow SEM versioning and major, minor, and patch updates mostly signify progress toward objectives. Breaking changes are introduced regularly without releasing a major version. For more information, see the Prefect versioning docs
29 May 2025
#3041
#3040
#3038
#3037
#3033
#3034
#3032
FAQs
This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.
The npm package @prefecthq/prefect-ui-library receives a total of 2,009 weekly downloads. As such, @prefecthq/prefect-ui-library popularity was classified as popular.
We found that @prefecthq/prefect-ui-library demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.