https://github.com/alectrocute/portfolio
my personal portfolio site (built in vue)
https://github.com/alectrocute/portfolio
html5 js personal portfolio template vue vuejs
Last synced: 3 months ago
JSON representation
my personal portfolio site (built in vue)
- Host: GitHub
- URL: https://github.com/alectrocute/portfolio
- Owner: alectrocute
- Created: 2020-01-07T03:48:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T03:52:37.000Z (over 6 years ago)
- Last Synced: 2025-03-14T22:34:08.302Z (over 1 year ago)
- Topics: html5, js, personal, portfolio, template, vue, vuejs
- Language: Vue
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my portfolio site
You can see it in action at [alec.work](https://alec.work).
## 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/).