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

lodgerin-components-library

v0.10.5

Published

Esta es una libreria de componentes desarrollada con vue 3 + vite

Downloads

174

Readme

Vue 3 + TypeScript + Vite

Esta es una libreria de componentes desarrollada con vue 3 + vite

Instalación

npm i lodgerin-components-library

Prueba local

Si quieres hacer pruebas locales con este repositorio, debes seguir los siguientes pasos:

  1. ejecutar el comando npm run link:watch Este comando realizara el build del proyecto vite build, para hacer el link del proyecto npm link y asi poder conectarse desde cualquier otro proyecto, para filnalmente realizar vite build --watch el cual detectara cualquier camio que se haya realizado
  2. En tu proyecto principal deberas ejecutar el comando npm link lodgerin-components-library el cual realizara la conexion con la libreria local.
  3. Se deben importar los estilos y los componentes desde las siguientes rutas:
import { LodgerinComponent } from 'lodgerin-components-library';
@import '../../node_modules/lodgerin-components-library/dist/style.css';

Despliegue

Al terminar un desarrollo se deben desplegar los cambios a npm.

Nueva funcionalidad

Se debe hacer merge a la rama `minor`

Solventar bug

Se debe hacer merge a la rama `patch`

📢 PASOS A SEGUIR 👀

  1. Al terminar tu rama se debe realizar un PR a develop.
  2. Esperar por la aprobación y revision del código.
  3. En caso de estar aprobado, se debe realizar el merge a develop.
  4. Desde la rama develop, con tus cambios realizados, se debe hacer un merge a la rama minor si es algo nuevo o a la rama patch si es para solventar un bug.

Resumen: tu_rama -> develop -> minor o patch

Luego por medio de la entrega continua del github actions, este ejecutara los pasos correspondientes para realizar la publicación en el repositorio de npm.

Posteriormente actualizar la version de la libreria en tu proyecto padre.

Dependencias

  • Node 20.10.0
  • Vue ^3.4.15