mirror of
https://github.com/LizardByte/shared-web.git
synced 2026-07-21 15:09:07 +00:00
Shared web assets for LizardByte projects.
https://www.npmjs.com/package/@lizardbyte/shared-web
- JavaScript 81.7%
- SCSS 18.3%
|
|
||
|---|---|---|
| .github | ||
| docs/static | ||
| examples | ||
| scripts | ||
| src | ||
| tests | ||
| .flake8 | ||
| .gitignore | ||
| .npmignore | ||
| .readthedocs.yaml | ||
| babel.config.js | ||
| eslint.config.mjs | ||
| jsdoc.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| webpack.config.js | ||
shared-web
Shared web assets for LizardByte projects.
Overview
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 --ignore-scripts
Install via GitHub Package Registry
-
Add a
.npmrcfile to the root of your project with the following contents.//npm.pkg.github.com/:_authToken=TOKEN @lizardbyte:registry=https://npm.pkg.github.comReplace
TOKENwith 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 --ignore-scripts