Skip to content

Build a PoC editor #12

@Tahul

Description

@Tahul

As tokens module has been built to be used with an editor, this is the next step for this module!

First steps has been done in last commit, the editor should be able to do this:

  • Grab all tokens available from a dev / server / static apps
  • Generate a nice looking form out of it
    • To be decided with what should be build it, but it might be a nice way to try Nuxt Elements form features
  • Open an API that has multiple capabilities:
    • Receive modified tokens declaration from the editor
    • Returns built outputs
      • tokens.css to be re-injected in the running app
      • tokens.config.ts to be commited to the user repository
  • Create a runtime plugin able to receive a built tokens file, and replace the current declaration by the new one
  • Ensure this is all compatible with upcoming Nuxt projects

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions