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
- Host: GitHub
- URL: https://github.com/gwinnem/quasar-portfolio
- Owner: gwinnem
- License: mit
- Created: 2022-12-07T06:35:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T06:59:29.000Z (over 2 years ago)
- Last Synced: 2025-01-25T09:08:57.834Z (4 months ago)
- Language: Vue
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).