npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

lib-chat-assistant

v0.0.3-beta

Published

chat assistant library

Downloads

2

Readme

Proyecto

Este es un proyecto creado utilizando Vite.

Descripción

Este proyecto esta relizado usando React 18, con Storybook y Rollup.

Características

  • 🚀 React.
  • ⚡ Rollup.
  • 📦 StoryBook.
  • 🎨 Soporte para CSS moderno (PostCSS, CSS Modules, Sass, etc.).
  • 📦 Optimización de dependencias.
  • 🔥 Hot Module Replacement (HMR) para un desarrollo más eficiente.
  • 🛠️ TypeScript, TSX.

Requisitos

  • Node.js (versión 18 o superior)
  • npm (versión 6 o superior) o yarn (versión 1.22 o superior)

Instalación

Sigue estos pasos para configurar el proyecto en tu entorno local:

git clone https://[email protected]/ultragrouplaorg/ultragroupla/_git/smartlinks-lib-chat-assistant
cd smartlinks-lib-chat-assistant
npm install

Scripts proyecto

npm run storybook → Ejecutar el proyecto con Storybook.

npm run build → Generar el bundle con rollup.

npm run build-dev → Generar el bundle con rollup, para trabajar de manera local.

Conectar proyecto Local librería y contenedor

1. Proyecto librería:

Generamos el bundle y creamos una copia del dist.

npm run build-dev

Accedemos a la carpeta disDev y se genera el link en el bundle.

 cd distDev
 npm link

2. En la raíz del proyecto contenedor:

npm link @smartlinks/lib-chat-assistant

para verificar si fue correcta la conexion en local

npm ls @smartlinks/lib-chat-assistant

verificación:

 [email protected] D:\Usuarios\vmastudillod.ULTRAGROUPLA\Documents\smartLinks\smartlinks-web-travel-assistant
    └── @smartlinks/lib-chat-assistant@npm:[email protected] -> .\..\smartlinks-lib-chat-assistant\distDev

Librerias

FontAwesome

FontAwesome se utiliza como una dependencia de desarrollo en este proyecto. Para que funcione, debes tener instalado el Kit Package en el contenedor principal. Asegúrate de configurar tu archivo .npmrc con las variables necesarias para que funcione correctamente.

Puedes encontrar más información sobre cómo utilizar FontAwesome con React en la documentación oficial: https://docs.fontawesome.com/web/use-with/react/

También puedes consultar el siguiente enlace para obtener más información sobre cómo utilizar FontAwesome con Next: https://docs.fontawesome.com/web/use-with/react/use-with

Tailwind

Tailwind es una librería de utilidades CSS altamente personalizable que te permite construir rápidamente interfaces modernas y responsivas. Proporciona una amplia gama de clases predefinidas que puedes combinar para crear estilos únicos.

Para utilizar Tailwind en este proyecto, es importante revisar la configuración del archivo tailwind.config.js. Aquí es donde se encuentran las variables personalizadas y las configuraciones del sistema de diseño proporcionadas por la diseñadora UX/UI. Asegúrate de entender y ajustar estas variables según las necesidades del proyecto.

Puedes encontrar más información sobre cómo utilizar Tailwind en la documentación oficial: https://tailwindcss.com/