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

https://github.com/it-jhack/vuejs-my-portfolio

My portfolio website built with Vue.js, Vuetify, Vuex, Vue Router, and some WebGL Fluid Simulation effects.
https://github.com/it-jhack/vuejs-my-portfolio

front-end frontend portfolio vue vue-js vue-router vuejs vuetify vuex webgl webgl-fluid-simulation

Last synced: over 1 year ago
JSON representation

My portfolio website built with Vue.js, Vuetify, Vuex, Vue Router, and some WebGL Fluid Simulation effects.

Awesome Lists containing this project

README

          

## vuejs-my-portfolio
My portfolio website built with Vue.js, Vuetify, Vuex, Vue Router, and some WebGL Fluid Simulation effects.

Project hosted at:
https://thiagoamaral.vercel.app/

WebGL Fluid Simulation:
https://github.com/PavelDoGreat/WebGL-Fluid-Simulation

## Project setup
Install and use Node 12.x
```
nvm install 12 && nvm use 12
```

Run the application
```
npm run serve
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).