StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/@fortawesome/vue-fontawesome/DEVELOPMENT.md

864 B

Developing vue-fontawesome

Tasks

The following commands are available through npm run or yarn:

Command Purpose
build Build a development version of the library using Rollup
dist Build a production version of the library using Rollup
test Execute unit tests

Release this project

  1. Update package.json and change version
  2. Update README.md and package.json; adding any contributors
  3. Update the CHANGELOG.md
  4. npm publish
  5. npm pack
  6. CLOUDSMITH_API_KEY=API_TOKEN cloudsmith upload npm fortawesome/fontawesome-pro ./fortawesome-vue-fontawesome-VERSION.tgz
  7. git add index.js index.es.js
  8. git commit -a -m 'Release VERSION'
  9. git push
  10. Create a new release with CHANGELOG details