0.2.0 • Published 4 years ago
@arternal/components v0.2.0
Arternal Components
A library of shared components used internally at Arternal.
Installation
npm install @arternal/componentsInstall the peer dependencies.
npm install @vue/composition-apiDevelopment
Install dependencies.
npm installAll components have Storybook stories associated with them.
npm run storybookPublishing to NPM
Log in to NPM withe the @arternal organization scope. You need to be part
of the @arternal NPM organization.
npm login --scope=@arternalBuild the package.
npm run buildMake sure the version field in package.json has been incremented. Breaking
changes require a major version bump (eg: 2.x.x), non-breaking changes
require a minor version bump (eg: 2.1.x) and bug fixes require a patch
release (eg: 2.1.1).
npm version <major|minor|patch>Publish the package.
npm publish