npm

@fitmentgroup/viper-widgets

0.2.13 • Public • Published

viper-widgets

Running

  • yarn install
  • Write your credentials in .credentials.json in this format:
{
  "username": "someusername@fitmentgroup.com",
  "password": "<password>"
}
  • node auth.js
  • yarn serve

How is this project used in viper?

<script src="https://unpkg.com/@@fitmentgroup/viper-widgets@@next/umd/main.umd.js"></script>

(The double @ mean a single @ in cshtml/razor files) Views using that layout will be able to access viper-widgets.

To see how components are used, browse any of the html pages on public/.

Publishing

I like using np:

  • npm install --global np@5.2.1
  • np --no-tests

How is this hosted and used?

This package is published to npm (https://www.npmjs.com/package/@fitmentgroup/viper-widgets)

We use the unpkg.com service (https://unpkg.com/@fitmentgroup/viper-widgets@next/umd/main.umd.js) on a script tag in any page we want to use this package in.

Readme

Keywords

none

Package Sidebar

Install

npm i @fitmentgroup/viper-widgets

Weekly Downloads

185

Version

0.2.13

License

none

Unpacked Size

6.34 MB

Total Files

9

Last publish

Collaborators

  • gtarsia
  • tbonz