https://github.com/galvingao/website
Personal Website
https://github.com/galvingao/website
Last synced: 3 months ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/galvingao/website
- Owner: GalvinGao
- Created: 2020-08-06T06:12:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T16:15:00.000Z (over 4 years ago)
- Last Synced: 2025-03-15T04:35:53.451Z (3 months ago)
- Language: Vue
- Homepage: https://here.galvin.rocks
- Size: 13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# galvingao-website
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).