An open API service indexing awesome lists of open source software.

https://github.com/gwinnem/quasar-portfolio

My personal website developed using Quasar and VUE 3
https://github.com/gwinnem/quasar-portfolio

Last synced: 2 months ago
JSON representation

My personal website developed using Quasar and VUE 3

Awesome Lists containing this project

README

        

# Geirr Winnem Portfolio (quasar-portfolio-gwinnem)

Portfolio Website for Geirr Winnem

[Forked from Ivancic Josip vue project](https://github.com/josip2312/vue3-portfolio)

Part of the HomePage

## Install the dependencies

```
yarn
# or
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```
quasar dev
```

### Lint the files

```
yarn lint
# or
npm run lint
```

### Format the files

```
yarn format
# or
npm run format
```

### Build the app for production

```
quasar build
```

### Customize the configuration

See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).