Page MenuHomePhabricator

Research Vue design system
Closed, ResolvedPublic

Description

https://vueds.com/

Is there something, in terms of components, tootling, set up or patterns that we can reuse/learn from?

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Tried it out in a fresh vue cli project here. I concluded that it's not going to be useful for the design system we want to build. Here's why:

  • The way vueds needs to be installed is very strange. It is not registered on NPM. You have to clone the original repo, change it as you wish, create your own repo with that, and then reference your repo in the vue js components lib.
  • Upon installing NPM found 2 high severity vulnerabilities
  • The repo is used only in 8 other projects, none of which seem to be production ones.
  • There are reported issues about sass loader erroring out
  • The original author has not uploaded anything since 2018

Definitely that doesn't sound like a solid base to build on top of. It's unfortunate. Thanks so much for looking into it, Tonina!