https://github.com/reireias/reireias.github.io
Portfolio like page.
https://github.com/reireias/reireias.github.io
nuxt nuxtjs vue vuejs vuetify vuetifyjs
Last synced: 5 months ago
JSON representation
Portfolio like page.
- Host: GitHub
- URL: https://github.com/reireias/reireias.github.io
- Owner: reireias
- Created: 2018-12-04T14:19:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T07:04:17.000Z (over 3 years ago)
- Last Synced: 2023-05-25T06:25:35.586Z (about 3 years ago)
- Topics: nuxt, nuxtjs, vue, vuejs, vuetify, vuetifyjs
- Language: Vue
- Homepage: https://reireias.dev/
- Size: 8.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/reireias/reireias.github.io/actions/workflows/deploy.yml) [](https://github.com/reireias/reireias.github.io/actions/workflows/test.yml)
# REIREIAS'S GITHUB PAGES
https://reireias.dev
Vue.js + Vuetify.js + Nuxt.js

## Lighthouse Score

## install
```bash
yarn install
```
## run develop mode
```bash
yarn dev
```
## build for static site
```bash
yarn generate
```
## deploy to master branch
```bash
yarn deploy
```
## run static site for local
```bash
yarn start-static
```
## run lint
```bash
yarn lint
```
## fix lint error
```bash
yarn lintfix
```
## benchmark with PageSpeed Insights
```bash
mkdir -p tmp/raw
yarn benchmark
# create result file in tmp directory.
```
View result [Lighthouse Report Viewer](https://googlechrome.github.io/lighthouse/viewer/)