ScottLogic / kdb-boothroyd

a prototype re-implementation of KDB Studio using JavaScript and Electron
Apache License 2.0
5 stars 2 forks source link

Quite a few changes ... #8

Closed ColinEberhardt closed 3 years ago

ColinEberhardt commented 3 years ago

A few notes ...

ihull commented 3 years ago

A few notes ...

  • I've introduced prettier, which keeps a consistent formatting. This is also integrated via a pre-commit hook
  • I've removed the top-level async behaviour, I realised we can just await editor initialisation at the point where the value is needed
  • Added Element-UI, had to roll-back to Vue 2.x, couldn't seem to get it working with Vue 3.
  • Moved the project to the top-level folder
  • Changed / simplified the add / edit / delete behaviour

Ah, I've just seen your comment about Element-UI and Vue - I got it working, but they've changed the name to 'Element Plus' and moved to a new site: https://element-plus.org/#/en-US

ihull commented 3 years ago

I think we should stick with Vue2 and Element-UI (not Plus) for the time being. It seems that Element Plus is still very much in beta - we can review when it seems more stable. Vue3 is pretty new too and the documentation is still under development.