@dendi121020/next-kit
v1.0.5
Published
modules packages for yageo applications front end next js
Downloads
72
Maintainers
Readme
Yageo - Frontend Modules
This project uses the following technologies:
- Next.js for server-side rendering
- TypeScript for type checking
- React for the user interface
- Tailwind CSS for styling the user interface.
Getting Started
Using Bun
- Create a file named
bunfig.tomlin your project root:[install.scopes] "@yageo" = { url = "https://idbthb-plbs01.kemet.com/gitea/api/packages/modules/npm/" } - Add the following to your
.envfile or your environtment in your laptop:NODE_TLS_REJECT_UNAUTHORIZED=0
- Windows:
- Open Command Prompt and run:
One session, if closed need execute again.setx NODE_TLS_REJECT_UNAUTHORIZED 0 - Or add to your system environment variables via Control Panel → System → Advanced → Environment Variables.
- Open Command Prompt and run:
- Linux/macOS:
- Add to your shell profile (e.g.,
.bashrc,.zshrc):export NODE_TLS_REJECT_UNAUTHORIZED=0
- Add to your shell profile (e.g.,
- Install the package:
bun install --save @yageo/next-kit
Using NPM
To install dependencies with npm, run:
npm install --save @yageo/next-kitUsage
import CSS to global css;
@source "../../node_modules/@yageo/next-kit/dist";If you want to use this package, follow this usage example:
import { Button } from "@yageo/next-kit