henryzt / COVID-19-Timeline-Data-Visualizer

Coronavirus UK and world data visualizer with interactive timeline using Vue.js and Naive UI - Covid19 dashboard
https://covid19.henryzt.com/
69 stars 24 forks source link

Ignore generated files #3

Closed jieyouxu closed 4 years ago

jieyouxu commented 4 years ago

The dist/ directory contains generated files which should be ignored, as it is extremely easy to become stale.

For deployment, consider configuring a CI/CD (such as Travis). Might be easier if you write a small build script that:

henryzt commented 4 years ago

Issues solved by pr #4 , still need to figure out another way to deploy files into gh-pages

henryzt commented 4 years ago

Travis CI was successfully integrated, many thanks for the advice!