All Projects → nuxeo → nuxeo-web-ui

nuxeo / nuxeo-web-ui

Licence: other
New Nuxeo Web UI

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Gherkin
971 projects
java
68154 projects - #9 most used programming language
groovy
2714 projects
CSS
56736 projects

Projects that are alternatives of or similar to nuxeo-web-ui

nuxeo-elements
Nuxeo web components
Stars: ✭ 23 (-54.9%)
Mutual labels:  polymer, web-components, nuxeo
nuxeo-ui-elements
Library of UI web components
Stars: ✭ 20 (-60.78%)
Mutual labels:  polymer, web-components, nuxeo
PolymerProjects
An open list of projects using Polymer
Stars: ✭ 83 (+62.75%)
Mutual labels:  polymer, web-components
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+35.29%)
Mutual labels:  polymer, web-components
polymer-2-carousel
Codelab
Stars: ✭ 18 (-64.71%)
Mutual labels:  polymer, web-components
moment-element
Web Component (with Polymer) wrapper for the moment library
Stars: ✭ 15 (-70.59%)
Mutual labels:  polymer, web-components
x-play
🎼 🎶 🎵 🎹 🎻 🎷 🎺 🎸
Stars: ✭ 23 (-54.9%)
Mutual labels:  polymer, web-components
chat-window
A simple and flexible chat window for listing messages.
Stars: ✭ 27 (-47.06%)
Mutual labels:  polymer, web-components
ibm-toolbar
Horizontal toolbar containing items that can be used for label, navigation, search and actions
Stars: ✭ 18 (-64.71%)
Mutual labels:  polymer, web-components
awesome-polymer
A collection of awesome Polymer resources.
Stars: ✭ 43 (-15.69%)
Mutual labels:  polymer, web-components
toggle-icon
toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.
Stars: ✭ 21 (-58.82%)
Mutual labels:  polymer, web-components
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (-49.02%)
Mutual labels:  polymer, web-components
abdonrd.com
My little personal website
Stars: ✭ 16 (-68.63%)
Mutual labels:  polymer, web-components
scheduler-component
A Web Component wrapper for FullCalendar library that uses Polymer version 2.0 and ES6.
Stars: ✭ 24 (-52.94%)
Mutual labels:  polymer, web-components
eslint-plugin-lit
lit-html support for ESLint
Stars: ✭ 90 (+76.47%)
Mutual labels:  polymer, web-components
vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (-64.71%)
Mutual labels:  polymer, web-components
page-title
A Polymer element for easily updating a webpage's title, such as in a SPA.
Stars: ✭ 13 (-74.51%)
Mutual labels:  polymer, web-components
fullcalendar-calendar
Web Component wrapper for FullCalendar
Stars: ✭ 21 (-58.82%)
Mutual labels:  polymer, web-components
paper-countries
Select Dropdown with list of countries with flags and autocomplete
Stars: ✭ 16 (-68.63%)
Mutual labels:  polymer, web-components
web-components-good-practices
😎☑️ Good Practices for build Web Components.
Stars: ✭ 80 (+56.86%)
Mutual labels:  polymer, web-components

Build Status Codacy Badge

Nuxeo Web UI

About

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.

Install dependencies

npm install

Note: This version of Nuxeo Web UI requires node version >=10.23.0 <15.0.0.

Development workflow

Configure

For convenience you should create an .env file to set default environment variables:

cp .env.sample .env

Environment variables

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

Serve / watch

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=*

Run tests

The following commands can be run in order to run tests against Web UI.

Unit Tests
npm run test
Functional Tests
npm run ftest

Build & Vulcanize

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.

Run with Docker Compose

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

Production workflow

Marketplace package

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.

CI using Github Actions

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.

License

Apache License, Version 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].