Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yang991178/hyliu.me
Minimalistic portfolio site created with Vue 3.0
https://github.com/yang991178/hyliu.me
Last synced: about 2 months ago
JSON representation
Minimalistic portfolio site created with Vue 3.0
- Host: GitHub
- URL: https://github.com/yang991178/hyliu.me
- Owner: yang991178
- Created: 2020-07-03T08:47:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T12:11:05.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:54:30.856Z (8 months ago)
- Language: Vue
- Homepage: https://hyliu.me
- Size: 5.18 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyliu.me
A minimalistic portfolio site for personal projects developed with Vue composition API with CI/CD to GitHub Pages.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).