Coder Social home page Coder Social logo

baloise-design-system-webjar's Introduction

Idea

Create a webjar from the node_modules folder created from a singele package-json dependency: "@baloise/ds-core": "16.1.0"

steps

  • use npm install with a package.json having the design system dependency

  • use maven with a pom.xml to create a jar from the node_modules folder

Build

  • npm install

  • mvn clean install

Now the webjar can be consumed like this:

pom.xml
...
<dependency>
    <groupId>org.svenehrke.webjars</groupId>
    <artifactId>baloise-design-system</artifactId>
    <version>16.1.0</version>
</dependency>
...
html file
...
<head>
	<link rel="stylesheet" href="/webjars/baloise-design-system/16.1.0/@baloise/ds-styles/css/all.min.css" />
	<script type="module" src="/webjars/baloise-design-system/16.1.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.esm.js"></script>
	<script nomodule src="/webjars/baloise-design-system/16.1.0/@baloise/ds-core/dist/baloise-design-system/baloise-design-system.js"></script>
</head>
...

Alternatives

wget

Instead of npm install I tried to use wget to recursively download design system files from jsdelivery as follows:

wget --no-parent -r https://cdn.jsdelivr.net/npm/@baloise/[email protected]/dist/

It turned out that the download takes very long since it is a lot of files. In addition it simply does not feel right.

baloise-design-system-webjar's People

Contributors

svene avatar

Watchers

 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.