Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjavierx1995/squadmakers-vue-library
this is a components library made with vue 3 + vite
https://github.com/xjavierx1995/squadmakers-vue-library
Last synced: 7 days ago
JSON representation
this is a components library made with vue 3 + vite
- Host: GitHub
- URL: https://github.com/xjavierx1995/squadmakers-vue-library
- Owner: xjavierx1995
- Created: 2024-02-12T00:18:40.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-12T13:40:27.000Z (11 months ago)
- Last Synced: 2024-11-11T14:44:14.763Z (2 months ago)
- Language: Vue
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 + TypeScript + Vite
Esta es una libreria de componentes desarrollada con vue 3 + vite
## Instalación
```
npm i squadmakers-vue-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 squadmakers-vue-library` el cual realizara la conexion
con la libreria local.
3. Se deben importar los estilos y los componentes desde las siguientes rutas:
```
import { SquadCard } from 'squadmakers-vue-library';
@import '../../node_modules/squadmakers-vue-library/dist/style.css';
```### Dependencies
This project use:
* Node 20.10.0
* Vue ^3.4.15### More information
This project was carried out by [Javier Rodriguez](https://github.com/xjavierx1995) for a requested test using Vue 3 + vite. If you want to contact me, visit my [LinkedIn](https://www.linkedin.com/in/javier-rodr%C3%ADguez-93a61619a/).