181 Companies using @sulu/web

NameLinksEmployeesRevenueTrafficCountrySEOIndustry
logo
Alpha Solutions AG

Modernste ERP-, CRM- und ..

8$15K - $36K$0 switzerland99%
logo
DECTA

master your payments

149$9K - $24K$88K united kingdom..99%
logo
Zünd Systemtechnik AG

your first choice in digi..

138$21K - $19K$27K switzerland80%
logo
Rudolf Ölz Meisterbäcker ..

...jeder schmeckt, dass ö..

116$15K - $21K$31K austria83%
logo
Glas Marte

wir bieten innovative, me..

53$16K - $46K$4K austria3%
logo
Zund Ibérica SA

su primera opción en sist..

14$36K - $11K$27K spain40%
logo
Lech Zürs Tourismus GmbH

mehr raum, mehr zeit.

23$39K - $5K$73K austria86%
logo
Zund UK

swiss cutting systems

44$26K - $10K$27K united kingdom..99%
logo
Neutrik Americas

connecting the world

31$10K - $17K$15K united states ..86%
logo
Fusonic Softwareentwicklu..

die richtige software kan..

22$5K - $44K$4K austria100%
logo
Wendler Interlining Group..

the global specialist in ..

83$38K - $25K$193 germany13%
logo
HELLA Sonnen- und Wetters..

we design cool shadows

196$18K - $49K$56K austria82%
logo
Venox Systems GmbH

rethink manufacturing – r..

5$34K - $47K$68K austria7%
logo
INFICON

inspired by visions. prov..

909$2K - $14K$59K switzerland92%
logo
Cembrit Holding A/S

cembrit is acquired by sw..

104$48K - $39K$86K denmark28%

Want to download the entire list?

Enter your email and download the entire list of 181+ companies

We care about your data. Read our privacy policy.

How to use @sulu/web

@sulu/web is a JavaScript library that provides a set of tools to create web applications with Sulu CMS. To use @sulu/web, you need to install it as a dependency in your project using a package manager such as npm or yarn. Here are the steps you can follow to use @sulu/web:

  1. Install Node.js and npm on your machine if you haven't already.
  2. Create a new project directory and navigate into it using the terminal.
  3. Run
    npm init
    or
    yarn init
    to initialize a new Node.js project.
  4. Install @sulu/web using
    npm install @sulu/web
    or
    yarn add @sulu/web
    .
  5. Import the necessary modules from @sulu/web in your JavaScript code using the
    import
    statement. For example, to use the Navigation component, you can write:
import { Navigation } from '@sulu/web';
  1. Create an instance of the component and render it to the DOM. For example:
const navigation = new Navigation({ el: '#navigation', items: [ { title: 'Home', url: '/' }, { title: 'About', url: '/about' }, { title: 'Contact', url: '/contact' } ] }); navigation.render();

In this example, we create an instance of the Navigation component and pass it an element to render to (identified by its CSS selector), as well as an array of menu items to display. Finally, we call the

render()
method to render the component.

@sulu/web provides several other components and modules that you can use to build your application, such as PageRouter, Form, Toolbar, and more. Refer to the official documentation for more information on how to use these components.

Make your sales data-driven.

Website's technology stack, including its CMS, ecommerce platform, and payment processor, along with details about the industry, company and its contacts.

GDPR Compliant

CCPA Compliant

SOC2 Compliant

App screenshot