wpilibsuite/vscode-wpilib

Proposal: Webviews and Electron app to use JS framework and design library

Open

#55 opened on Jul 29, 2018

View on GitHub
 (6 comments) (0 reactions) (0 assignees)TypeScript (63 forks)auto 404
help wanted

Repository metrics

Stars
 (121 stars)
PR merge metrics
 (Avg merge 17d 20h) (7 merged PRs in 30d)

Description

Would it be possible to use a JS framework (like Vue or React) and a design library (like Material Design or Bootstrap) for webviews and the Electron app?

A potential stack would be:

  • Vue
  • Vue Material (Vue implementation of Material Design)
  • TypeScript
  • TSLint
  • Jest (testing)

My goal is to leverage existing libraries to improve design, development, and testing but also keep dependencies and complexity low.

Contributor guide