Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terkelg/terkel.com-2016
My Personal website. Build with Vue and ThreeJS.
https://github.com/terkelg/terkel.com-2016
portfolio-website threejs vue
Last synced: 2 months ago
JSON representation
My Personal website. Build with Vue and ThreeJS.
- Host: GitHub
- URL: https://github.com/terkelg/terkel.com-2016
- Owner: terkelg
- Created: 2016-05-12T10:01:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T08:52:23.000Z (over 8 years ago)
- Last Synced: 2024-08-05T09:16:54.412Z (6 months ago)
- Topics: portfolio-website, threejs, vue
- Language: JavaScript
- Homepage:
- Size: 50 MB
- Stars: 40
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terkel.com
> My personal website
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).