https://github.com/apgapg/vue-portfolio
Official portfolio of Ayush P Gupta
https://github.com/apgapg/vue-portfolio
portfolio portfolio-website vue vuetify
Last synced: about 2 months ago
JSON representation
Official portfolio of Ayush P Gupta
- Host: GitHub
- URL: https://github.com/apgapg/vue-portfolio
- Owner: apgapg
- Created: 2020-06-12T14:53:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T23:58:53.000Z (over 3 years ago)
- Last Synced: 2025-03-22T06:27:58.517Z (about 1 year ago)
- Topics: portfolio, portfolio-website, vue, vuetify
- Language: Vue
- Homepage: https://apgapg.github.io/vue-portfolio/
- Size: 9.74 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-portfolio
The official portfolio web-app of [Ayush P Gupta](https://github.com/apgapg) made with Vue+Vuetify framework.
Live Demo: [https://apgapg.github.io/vue-portfolio/](https://apgapg.github.io/vue-portfolio/)



## Extra(s)
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).