Skip to content

Commit 8282e95

Browse files
Document webpack build for bookmarks vanilla
1 parent 14ef533 commit 8282e95

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bookmarks/vanilla/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Bookmarks Data Module using vanilla JavaScript
22

33
See [Docs](https://solid-contrib.github.io/data-modules/bookmarks-vanilla/index.html) for more information about this module.
4+
5+
You can build it with:
6+
```
7+
git clone https://github.com/solid-contrib/data-modules
8+
cd data-modules
9+
cd bookmarks/vanilla
10+
npm install
11+
npm run build
12+
npm run build:bundle
13+
cp dist/solid-bookmarks.js .
14+
```
15+
You can also download the [raw file directly from github](https://raw.githubusercontent.com/solid-contrib/data-modules/refs/heads/main/bookmarks/vanilla/solid-bookmarks.js).
16+
417
# How to use this module
518

619
install it as a dependency to you application

0 commit comments

Comments
 (0)