Closed guesant closed 5 years ago
script/generate-config.js
config.json
[ { id, author?, date? } ]
src/index.vue Display author and date, if exists
src/index.vue
package.json/scripts/update-config Now runs ./script/generate-config instead of ./script/generate-range
package.json/scripts/update-config
./script/generate-config
./script/generate-range
Added
script/generate-config.js
Generateconfig.json
with the format[ { id, author?, date? } ]
(? optitional)Changed
src/index.vue
Display author and date, if existspackage.json/scripts/update-config
Now runs./script/generate-config
instead of./script/generate-range
2