0.1.45 • Published 2 years ago

@retentful/core v0.1.45

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

0.1.44

2 years ago

0.1.43

2 years ago

0.1.42

2 years ago

0.1.40

2 years ago

0.1.39

2 years ago

0.1.38

2 years ago

0.1.37

2 years ago

0.1.36

2 years ago

0.1.35

2 years ago

0.1.34

2 years ago

0.1.33

2 years ago

0.1.32

2 years ago

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago