Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdesire/portfolio
My portfolio page made with NuxtJS, Vue and Ionic 5.
https://github.com/pdesire/portfolio
ionic materialdesign nuxt nuxtjs portfolio vue
Last synced: about 1 month ago
JSON representation
My portfolio page made with NuxtJS, Vue and Ionic 5.
- Host: GitHub
- URL: https://github.com/pdesire/portfolio
- Owner: PDesire
- Created: 2020-04-11T10:59:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:00:24.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:42:33.215Z (2 months ago)
- Topics: ionic, materialdesign, nuxt, nuxtjs, portfolio, vue
- Language: Vue
- Homepage:
- Size: 3.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio-nuxt
> My personal portfolio page
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).