|
|
|
|
|
by Herobrine2084
1226 days ago
|
|
The dependencies that are not on NPM are dev dependencies, only needed for the compilation of the editor. The "real" dependencies are FontAwesome (icons), Vue, Pinia (vue store) and Synth Color (a custom package I made to generate color schemes) In short, the editor is already compiled. So you just need to install the package, it will automatically download the peer dependencies, as any NPM package. I made a small demo repo here: https://github.com/lunapark/demo
(you might need to update the package.json file to point to the actual version of Luna Park thought) |
|