Legacy UI

screenshot of Legacy UI
react
vue
scss
vuetify

The home of the Prefect 1 UI

Overview

Prefect UI is an intuitive interface designed for managing data workflows seamlessly. Built on the modern Vue.js framework, it empowers developers to interact with the Prefect ecosystem effectively, enhancing workflow automation. With a focus on user experience and adherence to Material Design principles, Prefect UI is both functional and visually appealing.

The setup process is straightforward, requiring essential tools like Node.js and npm, alongside an API token for Font Awesome integration. Once set up, users can leverage features such as hot-reloading and the ability to run unit tests, making it easier to develop and iterate on applications.

Features

  • Hot Reloading: Experience immediate updates in the application as you modify the code in the src/ directory, streamlining the development process.

  • Unit Testing Support: Leverage Jest to run various unit tests on Vue components, ensuring your application maintains high-quality standards during development.

  • Docker Support: Built-in Dockerfile allows for the creation of UI images, although pre-built images from the PrefectHQ registry are recommended for ease of use.

  • Compatibility with Prefect API: Seamlessly integrates with the Prefect API, enabling a functional UI experience for users looking to manage data workflows.

  • Material Design Guidelines: Incorporates Google’s Material Design principles, providing a modern and consistent user interface that enhances usability.

  • Community-Driven Development: Contributions are encouraged, with clear guidelines for submitting pull requests, fostering an engaging developer community.

  • Production Builds: Compile and minify your application for production deployment, ensuring optimal performance and user experience.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.