vega/editor-backend

Switch to vega-lite-dev-config

domoritz opened this issue · 2 comments

See https://github.com/vega/vega-embed/blob/master/package.json#L50 for an example.

The advantage would be that we can share the same dev config across all projects.

I want to work on this issue. Can you please guide me more about the same?

@DhananjayPurohit Awesome. Essentially, the idea is that we want to share the dev config among projects. This means that we don't check in the configs but instead they get pulled from npm. Try to develop vega embed locally and you'll see what I mean. Let me know if you have any specific questions.