https://github.com/angel-raa/portfolio
página de CV minimalista
https://github.com/angel-raa/portfolio
css json minimalist typescript vuejs
Last synced: about 2 months ago
JSON representation
página de CV minimalista
- Host: GitHub
- URL: https://github.com/angel-raa/portfolio
- Owner: Angel-Raa
- License: mit
- Created: 2024-02-04T22:08:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T00:04:56.000Z (over 1 year ago)
- Last Synced: 2025-03-01T00:33:51.133Z (over 1 year ago)
- Topics: css, json, minimalist, typescript, vuejs
- Language: Vue
- Homepage: https://angel-raa-dev.vercel.app/
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 🛠️ Tecnologías Utilizadas
1) **Vuejs**
2) **Typescript**
## Esquema JSON de CV y Diseño de Referencia
Si estás trabajando en tu propio CV utilizando JSON, puedes utilizar el [esquema JSON de CV](https://jsonresume.org/schema/) proporcionado por JSON Resume.
Basado en el diseño de [Bartosz Jarocki](https://github.com/BartoszJarocki/cv)
Asegúrate de editar el archivo `cv.json` según tus necesidades para crear tu propio Portafolio/CV imprimible.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```