Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.67 KB

DEVELOPMENT.md

File metadata and controls

45 lines (33 loc) · 1.67 KB

Developing vue-fontawesome with Vue 3

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

During pre release, make sure and use --tag and --npm-dist-tag

  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 --tag latest-3
  5. npm publish --tag latest-3 --registry https://npm.fontawesome.com
  6. git add .
  7. git commit -a -m 'Release VERSION'
  8. git push
  9. Create a new release with CHANGELOG details

Authenticating with the npm.fontawesome.com registry

Contributors with authorization to publish to npm.fontawesome.com will receive an invite from a Font Awesome project owner.

  1. Respond to the invite in your email
  2. Let the owner know when you've setup your account
  3. Owner will add you to the team

You can then run:

npm login --registry https://npm.fontawesome.com
  • The username is the "slug" for your Cloudsmith account. For example mine is "rob-madole".
  • Enter the password that you setup just a few minutes ago.
  • It says the your email is PUBLIC. Pretty sure that's false since the auth is through Cloudsmith.
  • This doesn't overwrite your standard login, just adds to your ~/.npmrc