You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getStarted.adoc
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,18 @@ You're a Web Developer and you want to use DB UI Core in your own application. E
8
8
9
9
There are multiple options how to use DB UI Core:
10
10
11
-
* Manually copy the artifacs to your project
11
+
* Manually copy the artifacts to your project
12
12
* Use npm package
13
13
14
14
## How to use
15
+
15
16
Download DB UI Core to get the compiled CSS (and the small parts of JavaScript), source code, or include it with npm package manager (repository on _npmjs.com_ or _yarn_).
16
17
17
-
Previous to that you would need to have `node.js` installed on your local machine. In case you haven't we recommend installing `node` via [`nvm`](https://github.com/nvm-sh/nvm).
18
+
Previous to that you would need to have `node.js` installed on your local machine. In case you haven't we recommend installing `node` via link:https://github.com/nvm-sh/nvm[`nvm`].
18
19
19
20
### Use _npmjs.com_ or _yarn_ (installing npm package, recommended)
21
+
20
22
In case you'd like to use DB UI Core as a dependency in your (frontend) build process and you even also care about handling DB UI Core as a dependency (e.g. for updates etc.), you need to install it as a dependency to your project and then link it within your HTML (CSS file) or within your SCSS.
21
-
Please have a look into the link:docs/getStarted.adoc[Docs / Get Started] for detailed instructions.
22
23
23
24
[source,bash]
24
25
----
@@ -167,7 +168,7 @@ For Rollup based bundlers like Vite or Parcel we're providing the following SCSS
167
168
168
169
### Use css files:
169
170
170
-
If you want to use the compiled CSS directly, you can refence the css files in your index.html like this:
171
+
If you want to use the compiled CSS directly, you can reference the css files in your index.html like this:
0 commit comments