All Projects → nuxeo → nuxeo-elements

nuxeo / nuxeo-elements

Licence: other
Nuxeo web components

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nuxeo-elements

nuxeo-ui-elements
Library of UI web components
Stars: ✭ 20 (-13.04%)
Mutual labels:  polymer, web-components, nuxeo
nuxeo-web-ui
New Nuxeo Web UI
Stars: ✭ 51 (+121.74%)
Mutual labels:  polymer, web-components, nuxeo
scheduler-component
A Web Component wrapper for FullCalendar library that uses Polymer version 2.0 and ES6.
Stars: ✭ 24 (+4.35%)
Mutual labels:  polymer, web-components
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+293139.13%)
Mutual labels:  polymer, web-components
chat-window
A simple and flexible chat window for listing messages.
Stars: ✭ 27 (+17.39%)
Mutual labels:  polymer, web-components
Polymer Analyzer
Moved to Polymer/tools monorepo
Stars: ✭ 162 (+604.35%)
Mutual labels:  polymer, web-components
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+704.35%)
Mutual labels:  polymer, web-components
page-title
A Polymer element for easily updating a webpage's title, such as in a SPA.
Stars: ✭ 13 (-43.48%)
Mutual labels:  polymer, web-components
Polydev
Automatic web components profiling in chrome devtools
Stars: ✭ 118 (+413.04%)
Mutual labels:  polymer, web-components
eslint-plugin-lit
lit-html support for ESLint
Stars: ✭ 90 (+291.3%)
Mutual labels:  polymer, web-components
ibm-toolbar
Horizontal toolbar containing items that can be used for label, navigation, search and actions
Stars: ✭ 18 (-21.74%)
Mutual labels:  polymer, web-components
abdonrd.com
My little personal website
Stars: ✭ 16 (-30.43%)
Mutual labels:  polymer, web-components
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+200%)
Mutual labels:  polymer, web-components
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (+565.22%)
Mutual labels:  polymer, web-components
Polyserve
Moved to Polymer/tools monorepo
Stars: ✭ 194 (+743.48%)
Mutual labels:  polymer, web-components
Cleverstyle Framework
CleverStyle Framework is simple, scalable, fast and secure full-stack PHP framework
Stars: ✭ 150 (+552.17%)
Mutual labels:  polymer, web-components
mc-viewer
🌐🏠 A Web Component for visualizing Minecraft schematics
Stars: ✭ 25 (+8.7%)
Mutual labels:  polymer, web-components
Polymer Build
Moved to Polymer/tools monorepo
Stars: ✭ 107 (+365.22%)
Mutual labels:  polymer, web-components
Hot Table
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
Stars: ✭ 114 (+395.65%)
Mutual labels:  polymer, web-components
fullcalendar-calendar
Web Component wrapper for FullCalendar
Stars: ✭ 21 (-8.7%)
Mutual labels:  polymer, web-components

Published on webcomponents.org Build Status Codacy Badge Coverage Status

Browser Status

About nuxeo-elements

Nuxeo Elements helps developers build custom elements and web applications with Nuxeo using web components. It is build on top of Polymer 3.

Dependencies

To install the project's dependencies:

npm install
npm run bootstrap

Note: This version of Nuxeo Elements requires node version >=14.0.0.

Quickstart

To run all unit tests with:

npm test

You can run the unit tests for a given package (core, ui or dataviz) via:

npm run test:<package>

There is also a grep argument that can be used to run a specific set of tests

# Runs all the tests present on "core/test/nuxeo-connection.test.js" file
npm run test:core -- --grep nuxeo-connection.test.js

# Runs all the tests present on both "core/test/nuxeo-connection.test.js" and "core/test/nuxeo-document.test.js" files
npm run test:core -- --grep (nuxeo-connection.test.js|nuxeo-document.test.js)

To watch the tests for changes you can use:

npm run test:watch -- --package=<package>

The grep argument can also be used here:

# Runs all the tests present on "ui/test/nuxeo-date.test.js" file
npm run test:watch -- --package=ui --grep=nuxeo-date.test.js

# Runs all the tests present on both "ui/test/nuxeo-date.test.js" and "ui/test/nuxeo-date-picker.test.js" files
npm run test:watch -- --package=ui --grep=(nuxeo-date.test.js|nuxeo-date-picker.test.js)

The Storybook for the project can be launched with:

npm run storybook

The legacy demos can be set up using:

npm run docs

Documentation

Report & Contribute

We are glad to welcome new developers on this initiative, and even simple usage feedback is great.

  • Ask your questions on Nuxeo Answers
  • Report issues on our JIRA
  • Contribute: Send pull requests!

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs

License

Apache License 2.0

(C) Copyright Nuxeo Corp. (http://nuxeo.com/)

All images, icons, fonts, and videos contained in this folder are copyrighted by Nuxeo, all rights reserved.

About Nuxeo

Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].