Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 398 Bytes

note.md

File metadata and controls

17 lines (15 loc) · 398 Bytes

ref. https://vuejs.org/v2/cookbook/packaging-sfc-for-npm.html

Compila yarn build Aggiungi tutti i file git add -A Fail il commit delle modifiche git commit -m "Fix" Scrivi le info npm version patch -m "Fix" Carica le modifiche git push --follow-tags Pubblicale npm publish

yarn build
git add -A
git commit -m "Fix"
npm version patch -m "Fix"
git push --follow-tags
npm publish