davicotico / Menu-Editor

Vanilla Javascript Menu Editor (made with Typescript)
https://davidticona.com/demos/javascript-menu-editor/
MIT License
19 stars 5 forks source link

The code on github is different than the code on the working demo #6

Open DigitalSolo opened 3 months ago

DigitalSolo commented 3 months ago

Delete, edit, update, output, add don't work based on the code in github. But if I copy the code from the demo instead, it works.

davicotico commented 3 months ago

The source code of the demo is not on GitHub, only the library.

The library as cdn package is in the folder dist/ Or you can install the package from npm using npm install @davicotico/menu-editor

The example that is on GitHub (as documentation in Readme.md) is through installation via NPM. The demo was built using Vite. I'm gonna to improve the documentation. Thank you for the feedback.

DigitalSolo commented 3 months ago

I installed it via NPM per the instructions. I followed everything to the letter in the readme file. The problem is, that the edit, update, output, and add don't work as described. Nice project BTW :D

On Wed, Apr 3, 2024 at 10:46 AM David Ticona Saravia < @.***> wrote:

The source code of the demo is not on GitHub, only the library.

The library as cdn package is in the folder dist/ Or you can install the package from npm using npm install @davicotico/menu-editor

The example that is on GitHub (as documentation in Readme.md) is through installation via NPM. The demo was built using Vite. I'm gonna to improve the documentation. Thank you for the feedback.

— Reply to this email directly, view it on GitHub https://github.com/davicotico/Menu-Editor/issues/6#issuecomment-2033432564, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLBY2YJH25LYU47CZLWTMLY3NUPNAVCNFSM6AAAAABFUBP6RGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZTGQZTENJWGQ . You are receiving this because you authored the thread.Message ID: @.***>