Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raupulus/www.raupulus.dev
Mi sitio Web Personal, Portal para presentarme y mostrar mis proyectos e información. Mirror de https://gitlab.com/raupulus/www.raupulus.dev
https://github.com/raupulus/www.raupulus.dev
developer javascript nuxt personal portfolio raul raul-caro raul-caro-pastorino raupulus vue vuejs web
Last synced: about 2 months ago
JSON representation
Mi sitio Web Personal, Portal para presentarme y mostrar mis proyectos e información. Mirror de https://gitlab.com/raupulus/www.raupulus.dev
- Host: GitHub
- URL: https://github.com/raupulus/www.raupulus.dev
- Owner: raupulus
- License: gpl-3.0
- Created: 2023-03-18T01:46:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:31:23.000Z (5 months ago)
- Last Synced: 2024-09-18T03:07:00.497Z (5 months ago)
- Topics: developer, javascript, nuxt, personal, portfolio, raul, raul-caro, raul-caro-pastorino, raupulus, vue, vuejs, web
- Language: Vue
- Homepage: https://raupulus.dev
- Size: 4.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.