Code Monkey home page Code Monkey logo

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.

Install

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

Build

To build all projects for production, run:

npm run build

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

npx nx run atomic:build

Development mode

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

npx nx run atomic:dev

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

npx nx run quantic:dev

To run a specific task in a package separate it with colon e.g. to run test:watch inside quantic

npx nx run quantic:test:watch

To start story book in development, run:

npx nx run atomic-storybook:dev

Test

To run the tests for a specific package (recommended) e.g. atomic package

npx nx run atomic:test

For e2e tests

npx nx run atomic:dev
# In a separate terminal
npx nx run atomic:e2e

To run e2e tests for specific files/components using the Cypress GUI

npx nx run atomic:e2e:watch

Lint

npm run lint:check
npm run lint:fix

Misc

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:

ui-kit's People

Contributors

thibodeaujf avatar olamothe avatar btaillon-coveo avatar samisayegh avatar mmitiche avatar louis-bompart avatar dependabot[bot] avatar liviarett avatar renovate[bot] avatar developer-experience-bot[bot] avatar lbergeron avatar nathanlb avatar nrawji avatar aelfaleh avatar simonmilord avatar alexprudhomme avatar mrrajamanickam-coveo avatar erocheleau avatar jpmarceau avatar spuffynism avatar nbuissoncoveo avatar y-lakhdar avatar mbenkirane-coveo avatar kaitlynkatz avatar fbeauprecoveo avatar lvu285 avatar jlblais avatar dmbrooke avatar jelmedini avatar fbeaudoincoveo 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.