Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renovamen/midgard
Hey adventurer! Why not help me with retrieving my resume fragments back! | 来帮我找简历吗勇士!
https://github.com/renovamen/midgard
curriculum-vitae cv game pinia resume unocss vue
Last synced: about 1 month ago
JSON representation
Hey adventurer! Why not help me with retrieving my resume fragments back! | 来帮我找简历吗勇士!
- Host: GitHub
- URL: https://github.com/renovamen/midgard
- Owner: Renovamen
- License: mit
- Created: 2019-09-26T13:45:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T00:14:40.000Z (9 months ago)
- Last Synced: 2024-03-18T01:31:18.290Z (9 months ago)
- Topics: curriculum-vitae, cv, game, pinia, resume, unocss, vue
- Language: TypeScript
- Homepage: https://resume.zxh.io
- Size: 3.56 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Midgard - An Interactive Resume
Hey adventurer! ~~A cool~~ An evil dragon has torn my resume to pieces, scattering the fragments all over the world. Why not join me in the adventurous quest to retrieve them?
Powered by [Vue 3](https://v3.vuejs.org/) + [Vite](https://vitejs.dev/) + [Pinia](https://pinia.vuejs.org/) + [TypeScript](https://www.typescriptlang.org/) + [UnoCSS](https://github.com/unocss/unocss).
[Start Your Adventure!](http://resume.zxh.io)
## Usage
Clone the repo and install dependencies:
```bash
pnpm i
```Start developing the site:
```bash
pnpm dev
```Build for production with minification:
```bash
pnpm build
```
## To Do
- [ ] Responsive design
- [ ] English version & i18n
## Credits
- Inspired by [bastarder/vue-endless-h5-game](https://github.com/bastarder/vue-endless-h5-game)
- With the help of these plugins: [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router), [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import), [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components)
## License
[MIT](LICENSE)