@lizardbyte/shared-web
v2024.921.191855
Published
Shared web assets for LizardByte projects
Downloads
5,966
Readme
shared-web
Common web assets for use in LizardByte projects.
Installation
Install via NPM registry
- Add the dependency to your package.json file:
npm install @lizardbyte/shared-web
Install via GitHub Package Registry
Add a
.npmrc
file to the root of your project with the following contents.//npm.pkg.github.com/:_authToken=TOKEN @lizardbyte:registry=https://npm.pkg.github.com
Replace
TOKEN
with a valid GitHub token with read access to the package registry.See Authenticating with a personal access token for more information or alternative methods of authentication.
Add the dependency to your package.json file:
npm install @lizardbyte/shared-web