Giter Site home page Giter Site logo

marnocha / coveo-ui-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coveo/ui-kit

0.0 0.0 0.0 258.91 MB

Coveo UI kit repository, home of @coveo/headless, @coveo/atomic, and more.

License: Apache License 2.0

Shell 0.01% JavaScript 8.98% Apex 0.33% TypeScript 83.28% CSS 1.51% HTML 5.81% Vue 0.09%

coveo-ui-kit's Introduction

Coveo UI Kit

Projects

  • Headless: Stateful middle-layer between UI elements and the Coveo Platform.
  • Atomic: Coveo's web-component library for building modern search experiences.
  • Quantic: Coveo's LWC library for building Salesforce search experiences.
  • Bueno: A simple schema validator.
  • Auth: Functions to help authenticate with the Coveo platform.
  • Headless React Samples: Various code samples using Headless inside a React application.

Installation

To install all dependencies and link local packages, run:

npm i

To install a dependency in a specific package, specify the workspace:

npm i lodash -w @coveo/headless-react-samples

To build all projects for production, run:

npm run build

To build a single project for production (for instance, the @coveo/atomic package), run:

npm run build -w @coveo/atomic

To start a single project in development (for instance, the quantic package), run:

npm start -w @coveo/quantic

To start Atomic & Headless simultaneously in development (recommended), run:

npm run dev

The project uses git hooks with Husky. You can make sure hooks are correctly installed using the npm rebuild command.

The following Visual Studio Code extensions are recommended:

Prerelease

To start a major prerelease (e.g., 1.2.32.0.0-pre.0)

  1. Make sure that HEAD refers to a version bump on master.
  2. Create a new branch prefixed with prerelease/ (e.g., prerelease/headless_atomic_v2).
  3. Run npm run bump:version:major-prerelease -- @coveo/package1 @coveo/package2 @coveo/package3.
  4. Push the new commit and its tags to the branch.

Adding a new package to an already started prerelease

  1. Checkout the prerelease branch.
  2. Run npm run bump:version:major-prerelease -- @coveo/package1 where @coveo/package1 is the new package.
  3. Push the new commit and its tags to the branch.

Updating a prerelease branch

  1. Wait for master to reference a version bump.
  2. Pull changes from master into the prerelease branch.

Officially releasing (e.g., 2.0.0-pre.152.0.0)

  1. Create a pull request from a copy of the prerelease branch to “master”.
    • Associate with a Jira issue which QA will use to validate.
    • Update the changelogs manually, adding all the changes from the last release to the new release.
    • Update all dependents to use the prerelease version (include the -pre. suffix).
  2. Wait for master to reference a version bump.
  3. Squash as a version bump.
    • You can copy the title & description of the last version bump commit on the prerelease branch.
    • You must add the link to the Jira issue at the beginning of the description.

coveo-ui-kit's People

Contributors

thibodeaujf avatar olamothe avatar btaillon-coveo avatar samisayegh avatar dependabot[bot] avatar liviarett avatar mmitiche avatar nrawji avatar lbergeron avatar aelfaleh avatar nathanlb avatar nbuissoncoveo avatar louis-bompart avatar jpmarceau avatar kaitlynkatz avatar mbenkirane-coveo avatar fbeauprecoveo avatar lvu285 avatar jlblais avatar erocheleau avatar msli-coveo avatar dlutzcoveo avatar francoislg avatar renovate[bot] avatar jbvouma avatar wmannard avatar jdevost avatar npushkarskii avatar spuffynism avatar pkuttappan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.