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.
864 B
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
- Update
package.json
and changeversion
- Update
README.md
andpackage.json
; adding any contributors - Update the
CHANGELOG.md
npm publish
npm pack
CLOUDSMITH_API_KEY=API_TOKEN cloudsmith upload npm fortawesome/fontawesome-pro ./fortawesome-vue-fontawesome-VERSION.tgz
git add index.js index.es.js
git commit -a -m 'Release VERSION'
git push
- Create a new release with CHANGELOG details