Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T23:58:53.000Z (over 1 year ago)
- Last Synced: 2024-07-30T06:33:02.442Z (3 months ago)
- Topics: portfolio, portfolio-website, vue, vuetify
- Language: Vue
- Homepage: https://apgapg.github.io/vue-portfolio/
- Size: 9.74 MB
- Stars: 2
- Watchers: 2
- 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).