Giter VIP home page Giter VIP logo

kaisoellch / ix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from siemens/ix

0.0 0.0 0.0 233.56 MB

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.

Home Page: https://ix.siemens.io/

License: MIT License

Shell 0.02% JavaScript 1.41% TypeScript 53.96% CSS 0.54% HTML 16.14% Vue 5.47% SCSS 22.44% Jinja 0.01%

ix's Introduction

iX

Siemens Industrial Experience (iX) monorepo

version npm node yarn MIT License

iX is an open-source design system for designers and developers, to consistently create the perfect digital experience for industrial software products.

Installation

You can find a getting started guide here

Development

Installation

yarn install

Build

yarn build || yarn build --filter=<workspace-name>

Development

yarn start || yarn start --filter=<workspace-name>

Execute unit tests

yarn test

Visual regression testing

Docker cli must be installed on your system
If you execute the visual-regression tests, please be sure to execute the build step before.

  • Build the library
yarn build
  • Start playwright docker container. (Currently v1.30.0-focal but can be a newer version)
docker run -p 8080:8080 -v $(pwd):/work/ -w /work -it mcr.microsoft.com/playwright:v1.30.0-focal /bin/bash
  • Start the test suite

    • All tests run yarn visual-regression-ci
    • Workspace run yarn workspace @siemens/ix test:e2e
  • Check the results in packages/<workspace>/playwright-report/index.html

  • Adapt and update snapshots with yarn workspace @siemens/ix test:e2e <test name> -u

  • Check the git diff and commit changes ๐ŸŽ‰

Documentation

To see all image references it is necessary to create a personal access token (https://www.figma.com/developers/api#access-tokens).

Store the token as environment variable "FIGMA_API_TOKEN" or in the .env file inside root.

Serve documentation locally

yarn start --filter=documentation

Release

yarn release

Project structure

Package core

Contains all styles and the webcomponents.

published as @siemens/ix

Package react

Contains the wrapper components for react.

published as @siemens/ix-react

Package angular

Contains the wrapper components for angular.

published as @siemens/ix-angular

Package html-test-app, react-test-app and angular-test-app

These packages contain playground applications to explore and test the respective ix components. The preview source code for the documentation is also located inside the x-test-app's. (src/preview-examples) These preview-examples will be translated to markdown files and get copied into ./packages/documentation/docs/auto-generated/previews.

Not published

Package documentation

Contains the documentation.

Package aggrid

Contains the brand and classic theme for the aggrid library

published as @siemens/ix-aggrid

Git hooks via husky

Our pipeline lints each commit pushed to remote. To verify that you don't need to rebase existing commits please install our git hooks.

# Activate hooks
npx husky install
# or
yarn husky install

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

๐Ÿ‘จโ€๐Ÿ’ป Maintainers

๐Ÿ“ License

Copyright ยฉ 2022 Siemens AG.

This project is MIT licensed.

ix's People

Contributors

danielleroux avatar nuke-ellington avatar goncalosard avatar matthiashader avatar christopher-bergwein-siemens avatar jul-lam avatar linstedt avatar silviowolf avatar tiagogv avatar gyoengyiszabo avatar sn0wcat avatar jg0815 avatar andreasberliner avatar lzeiml avatar ridvandmrc avatar phentompt avatar robert-wettstaedt avatar michael98123 avatar philippsteinberg avatar bovi avatar siddharth1605 avatar sisp avatar tsjensen avatar akash568 avatar mfruehmannext avatar tokyojen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.