https://github.com/colmugx/hyper
Hexo + Typer. Build on Electron + Vue + Typescript.
https://github.com/colmugx/hyper
Last synced: 3 months ago
JSON representation
Hexo + Typer. Build on Electron + Vue + Typescript.
- Host: GitHub
- URL: https://github.com/colmugx/hyper
- Owner: colmugx
- License: mit
- Created: 2017-09-06T02:30:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T01:04:57.000Z (about 7 years ago)
- Last Synced: 2025-01-02T13:47:33.299Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyper
> Hexo + Typer.
## Running
```sh
npm install# Run dev
npm run dev# Release
npm run build```