Difference between revisions of "Editing ImpVis Components"

From ImpVis Wiki
Jump to navigation Jump to search
(Created page with "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 edit...")
 
Line 1: Line 1:
To edit locally, clone the vue components repository (you may want to create your own fork or branch).
* 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.
* 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.
* 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)
* 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.
* Now run “npm update @impvis/components” on existing visualisations to get the latest updates.

Revision as of 10:08, 28 June 2021

  • 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.