Conversation
|
@Dsaquel is attempting to deploy a commit to the vuejs Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Sure i can definitely do this
Anyway im ok with any solution we integrate a console 👍, maybe we can ask others people their opinions. |
Dsaquel
left a comment
There was a problem hiding this comment.
Some of changes caused by pnpm format
|
🤔 Maybe can use emit(log) + slot(console) + store.callback to implement the console plugin. Like the editor, the main package also does not depend on luna-console. |
I think this is good, thansk for advice i'll try it. |
Modifying the vue-repl based on vuejs/repl#333
* #15: Starting to integrate luna-console Modifying the vue-repl based on vuejs/repl#333 * Missing file. * fix: Hiding container for controls when none of them are presented. * #15: Serializing and rebuilding the messages. This enables elements to be rendered, for example. * Updating lock file * Updating lock file once more * #15: Adding some configs to show and hide the console and to display horizontally/vertically within the preview * #15 #28 Adding toggles for the different layout configs For some reason I had to rename LunaConsole.vue to luna-console.vue or vite would lose my luna-console.css and break the built component (not the build process, but the dist files got messed up and yv would not load it). * #15: Adding some animations Working on some styles too * #15: Making luna console theme reactive * #15: Actually making luna console theme reactive this time * Small tweak on the history snapshots * chore: bump version to 0.2.0-beta * Fixing variation in the position for the connected/disconnected indicator It was driving me mad. * #28: Adding a toggle for reverse layout Abstracting the layout menu into its own component * #28: WIP fixing mobile output layout * #28: Fixing resizing for output in horizontal mode * Using more specific class names to preserve resizing on horizontal layout even after building the package
inspiration from #201 (thanks)
This solution does not require a network connection, it is opt-in and way much lighter than loading the whole chobitsu devtool.