0.4.2 • Published 22 days ago

bananas-commerce-admin v0.4.2

Weekly downloads
-
License
-
Repository
-
Last release
22 days ago

Bananas-commerce-admin

Bananas-commerce-admin is an new and updated version of django-bananas.js operating with the same routing and apis, but updated to use typescript and react hooks as much as possible. It still contains some legacy code and logic from the old admin but is much more user friendly and looks just about the same.

Development

To install the packages run

$ npm run dev:install

To execute the project run

$ npm run dev

Usage locally within another admin

To use the local bananas-commerce-admin package when developing locally some npm magic is needed. This is done by running the following commands after building:

bananas-commerce/admin $ npm link
# This needs to be run to prevent duplicate react versions because locally within the
# bananas-commerce-admin project you need react when building. But using npm link all
# dependecies, peer, development and normal will tag along causing issues.
project-admin $ npm link bananas-commerce-admin react react-dom

⚠️ Troubleshooting:

# If stuff still doesn't work these troubleshooting steps usually fix it:
bananas-commerce/admin $ npm unlink
bananas-commerce/admin $ rm -rf dist node_modules
bananas-commerce/admin $ npm i
bananas-commerce/admin $ npm run build
bananas-commerce/admin $ npm link

# And for the project-admin:
project-admin $ npm unlink bananas-commerce-admin react react-dom
project-admin $ rm -rf public node_modules
project-admin $ npm i
project-admin $ npm link bananas-commerce-admin react react-dom
project-admin $ npm run build
0.4.2

22 days ago

0.4.1

3 months ago

0.4.0

4 months ago

0.3.22

4 months ago

0.3.21

4 months ago

0.3.9

10 months ago

0.3.17

7 months ago

0.3.16

7 months ago

0.3.15

7 months ago

0.3.14

8 months ago

0.3.13

8 months ago

0.3.12

9 months ago

0.3.11

9 months ago

0.3.10

9 months ago

0.3.20

6 months ago

0.3.19

6 months ago

0.3.18

6 months ago

0.3.8

11 months ago

0.3.6

11 months ago

0.3.7

11 months ago

0.3.5

11 months ago

0.3.4

11 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.1

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.2

1 year ago

0.1.3

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.0

1 year ago