https://github.com/shaneriley/html5up-hyperspace-vue
HTML5Up's Hyperspace template rewritten as Vue components
https://github.com/shaneriley/html5up-hyperspace-vue
Last synced: 3 months ago
JSON representation
HTML5Up's Hyperspace template rewritten as Vue components
- Host: GitHub
- URL: https://github.com/shaneriley/html5up-hyperspace-vue
- Owner: shaneriley
- License: other
- Created: 2020-06-13T21:58:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:57:33.000Z (over 2 years ago)
- Last Synced: 2025-01-18T17:24:22.527Z (5 months ago)
- Language: CSS
- Homepage: http://hyperspace-vue.surge.sh/
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HTML5Up Hyperspace Vue Template
As an initial exercise with Vue.js, I chose to convert an [HTML5Up](http://html5up.net/)
template to a series of Vue "apps" with internal components that obtain their
data from a central data source. This data could be fed in whole or in part
from a CMS with relative ease.## Setup
* `yarn`
* `yarn start`
* `open http://localhost:8080`