https://github.com/kabbagepatch/kabbagepatch.github.io
Lil personal site made with Vue.js. Uses stuff like VueX and Vue Router
https://github.com/kabbagepatch/kabbagepatch.github.io
html5 html5-canvas javascript personal-website vue website
Last synced: 5 months ago
JSON representation
Lil personal site made with Vue.js. Uses stuff like VueX and Vue Router
- Host: GitHub
- URL: https://github.com/kabbagepatch/kabbagepatch.github.io
- Owner: kabbagepatch
- Created: 2017-11-12T18:27:06.000Z (over 8 years ago)
- Default Branch: master-vue
- Last Pushed: 2025-11-16T22:12:38.000Z (7 months ago)
- Last Synced: 2025-11-17T00:10:08.470Z (7 months ago)
- Topics: html5, html5-canvas, javascript, personal-website, vue, website
- Language: Vue
- Homepage: http://kabbagepatch.github.io/
- Size: 3.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kabbagepatch.github.io
My personal website made using Vue.js



## 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
```