Editing ImpVis Components

From ImpVis Wiki
Revision as of 10:08, 28 June 2021 by Admin (talk | contribs)
Jump to navigation Jump to search
  • To edit locally, clone the vue components repository (you may want to create your own fork or branch).
  • Run “npm run template” to get an example template to view while editing vue components.
  • Make your changes to the components and when ready create a pull request to dev and get two reviews from other people.
  • Create pull request from dev to master and get approved. (remember to increase package version in package.json)
  • Now run “npm update @impvis/components” on existing visualisations to get the latest updates.