0.1.45 • Published 6 months ago

@retentful/core v0.1.45

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Widget

This is the button widget that you import into the app

Folders:

  • dist: the build output folder for the widget. This gets imported by client apps
  • example: a nextjs sample app that imports the widget. used for dev
  • src: the widget code

Getting started

The dev experience is different than a normal web app. We need to rebuild the widget on every save so that the example/ web app imports the latest version.

For this we need two processes:

  • one for continously building the widget on save
  • another for running the example app which imports the build output of the widget

To start the widget build process (this uses the -w option to auto-rebuild on save):

bun run build

In another process, start the web app:

cd example && bun dev

Troubleshooting

If the web app says the @retentful package doesn't exist, try running npm link ../dist from the example/

0.1.45

6 months ago

0.1.44

6 months ago

0.1.43

6 months ago

0.1.42

6 months ago

0.1.40

6 months ago

0.1.39

6 months ago

0.1.38

6 months ago

0.1.37

6 months ago

0.1.36

6 months ago

0.1.35

6 months ago

0.1.34

6 months ago

0.1.33

6 months ago

0.1.32

6 months ago

0.1.29

6 months ago

0.1.28

6 months ago

0.1.27

6 months ago

0.1.26

6 months ago

0.1.25

6 months ago

0.1.24

6 months ago

0.1.23

6 months ago

0.1.22

6 months ago

0.1.21

6 months ago

0.1.20

6 months ago

0.1.19

6 months ago

0.1.18

6 months ago

0.1.17

6 months ago

0.1.14

6 months ago

0.1.13

6 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago