Nuxeo Web UI is a standard base web application for Nuxeo Platform. It is highly customizable and scalable, developed with Polymer and leveraging nuxeo-elements, our library of custom elements.
npm install
Note: This version of Nuxeo Web UI requires node version >=14.0.0 <15.0.0.
For convenience you should create an .env
file to set default environment variables:
cp .env.sample .env
Variable | Used by | Description | Default |
---|---|---|---|
NUXEO_PACKAGES | Webpack, Docker (Nuxeo) | List of packages to enable for Web UI and Nuxeo | |
NUXEO_URL | Webpack | URL used to connect to Nuxeo server from Web UI | /nuxeo |
NUXEO_HOST | Webpack | Nuxeo host address to proxy calls from the dev server | localhost:8080 |
NUXEO_WEB_UI_VERSION | Docker compose | Version of Web UI image to build /start | |
NUXEO_VERSION | Docker compose | Version of Nuxeo server to launch |
npm run start
This makes the Web UI available on http://0.0.0.0:5000/
to locally test. A nuxeo platform is expected to run on http://0.0.0.0:8080/
. To configure CORS, we need to add the following line to nuxeo.conf
file in our Nuxeo Server:
nuxeo.cors.urls=*
The following commands can be run in order to run tests against Web UI.
npm run test
npm run ftest
npm run build
Build and optimize the current project, ready for deployment. This includes linting as well as vulcanization, image, script, stylesheet and HTML optimization and minification.
After building the project with npm run build
you can try a Docker compose based deployment with:
docker-compose up --build
This builds the nuxeo-web-ui
Docker image and starts the Docker compose cluster.
Web UI will then be available at http://localhost:8080/nuxeo/ui
mvn clean install
This will build the plugin/web-ui/marketplace/target/nuxeo-web-ui-marketplace-${project.version}.zip
Web UI marketplace to be deployed in a nuxeo server.
mvn clean install -Pftest
This also builds the marketplace running the functionnal tests.
At the moment, CI for Nuxeo Web UI is built on top of Github Actions. We currently provide worflow definitions for building and testing Nuxeo Web UI, to setup preview environments for pull requests, and to promote new releases.
Although there are no cross-repo support for building and testing Nuxeo Web UI with nuxeo-elements, preview environments are setup with cross-repo support. To this extent, in pull requests annotated with the tag preview
, the workflow will lookup for a corresponding branch with the same name in nuxeo-elements
repo, and use it in the preview instance.
©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.