This package has been deprecated

Author message:

This package is nonfunctional, do not use

@boatnet/bn-common
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

bn-common

Common Components for Boatnet Applications

Building

  • This module does not follow conventions for universal (rollup) deployment of vue modules.
  • (It packages actual .vue files)
  • It manually copies the following directories to lib/ (containing the .vue files)
    • components
    • layouts
    • views

Development

  • For development, use yarn link and perform yarn build to apply your changes to the running app
  • e.g.
cd /c/git/boatnet-module/bn-common
yarn build
yarn link
cd /c/git/boatnet/apps/ashop
yarn link @boatnet/bn-common

and then, as you make updates to bn-common,

yarn build

and your changes should be applied.

Publishing

<commit your changes>
yarn build
yarn publish
<enter incremental number when prompted>
  • Increment version #'s in your client's package.json

Readme

Keywords

none

Package Sidebar

Install

npm i @boatnet/bn-common

Weekly Downloads

1

Version

0.1.7

License

ISC

Unpacked Size

274 kB

Total Files

165

Last publish

Collaborators

  • wsmith_noaa
  • seth.gerou
  • saraogaz
  • mak2
  • nickshaffer-noaa
  • mshak
  • fram-data-team