Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ittus/vue-developer-profile

Developer's portfolio built with Gridsome + VueJS
https://github.com/ittus/vue-developer-profile

cv developer gridsome portfolio resume software-engineer template vuejs vuejs2

Last synced: 2 days ago
JSON representation

Developer's portfolio built with Gridsome + VueJS

Awesome Lists containing this project

README

        

# Developer profile
Developer profile's built with [Gridsome](https://gridsome.org/) + [VueJS](https://vuejs.org/)

Checkout [demo](https://me.coddeine.com)

![Gridsome + Vue](/docs/images/gridsome_vue.png)

## Support
Buy Me A Coffee

## Develop
- Fork this repository
- Run following command
```bash
npm install
npm run develop
```

## Build

```bash
npm run build
```

## Customize
Most of information is pulled from [profile.json](/src/data/profile.json) file. Please change it to your information.

### Portfolio section
Portfolio (or project) data is read from Markdown file in /src/data/projects folder. Feel free to use any Markdown syntax in there.

## License
[MIT](https://opensource.org/licenses/MIT)