https://github.com/lilinlumen/portfolio
My portfolio page made with NuxtJS, Vue and Ionic 5.
https://github.com/lilinlumen/portfolio
ionic materialdesign nuxt nuxtjs portfolio vue
Last synced: 10 months ago
JSON representation
My portfolio page made with NuxtJS, Vue and Ionic 5.
- Host: GitHub
- URL: https://github.com/lilinlumen/portfolio
- Owner: LilinLumen
- Created: 2020-04-11T10:59:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:00:24.000Z (over 3 years ago)
- Last Synced: 2025-06-16T10:56:07.144Z (about 1 year ago)
- Topics: ionic, materialdesign, nuxt, nuxtjs, portfolio, vue
- Language: Vue
- Homepage:
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- 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).