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.
- Host: GitHub
- URL: https://github.com/robsmitha/robsmitha.github.io
- Owner: robsmitha
- Created: 2020-04-13T20:37:34.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-13T08:18:10.000Z (over 3 years ago)
- Last Synced: 2025-02-09T11:11:58.786Z (over 1 year ago)
- Topics: bootstrap, javascript, node-js, single-page-app, webpack
- Language: Vue
- Homepage: https://robsmitha.github.io/
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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/).