Nuxeo Elements helps developers build custom elements and web applications with Nuxeo using web components. It is build on top of Polymer 3.
To install the project's dependencies:
npm install
npm run bootstrap
Note: This version of Nuxeo Elements requires node version >=14.0.0.
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
- Nuxeo Elements in our Developer Documentation Center.
- Online reference and demos.
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!
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs
©2023 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
All images, icons, fonts, and videos contained in this folder are copyrighted by Hyland Software, all rights reserved.
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.