An open API service indexing awesome lists of open source software.

https://github.com/robsmitha/robsmitha.github.io

Portfolio website hosted on GitHub pages and built with VueJS using the GitHub API to display portfolio information.
https://github.com/robsmitha/robsmitha.github.io

bootstrap javascript node-js single-page-app webpack

Last synced: about 2 months ago
JSON representation

Portfolio website hosted on GitHub pages and built with VueJS using the GitHub API to display portfolio information.

Awesome Lists containing this project

README

          

# robsmitha.com

## 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/).