File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,20 @@ You can deactivate the environment with `Ctrl + D` and reset it using
36
36
37
37
Entry points to be aware of:
38
38
39
- - [ ` anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/anywidget ) - the
39
+ - [ ` anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/anywidget ) -
40
40
primary Python package
41
41
- [ ` packages/anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/packages/anywidget ) -
42
- the JavaScript component of the Python package
42
+ JavaScript component of the Python package
43
43
- [ ` packages/types ` ] ( https://github.com/manzt/anywidget/tree/main/packages/types ) -
44
44
type declarations for anywidget (` @anywidget/types ` )
45
45
- [ ` packages/vite ` ] ( https://github.com/manzt/anywidget/tree/main/packages/vite ) -
46
- the [ Vite] ( https://vitejs.dev/ ) plugin (` @anywidget/vite ` )
46
+ [ Vite] ( https://vitejs.dev/ ) plugin (` @anywidget/vite ` )
47
+ - [ ` packages/react ` ] ( https://github.com/manzt/anywidget/tree/main/packages/react ) -
48
+ [ React] ( https://react.dev/ ) adapter (` @anywidget/react ` )
49
+ - [ ` packages/svelte ` ] ( https://github.com/manzt/anywidget/tree/main/packages/svelte ) -
50
+ [ Svelte] ( https://svelte.dev/ ) adapter (` @anywidget/svelte ` )
51
+ - [ ` packages/create-anywidget ` ] ( https://github.com/manzt/anywidget/tree/main/packages/create-anywidget ) -
52
+ CLI to create a new anywidget project
47
53
48
54
## Making changes
49
55
You can’t perform that action at this time.
0 commit comments