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.
- Host: GitHub
- URL: https://github.com/it-jhack/vuejs-my-portfolio
- Owner: it-jhack
- License: mit
- Created: 2021-10-05T10:26:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T22:19:02.000Z (over 1 year ago)
- Last Synced: 2025-01-12T23:12:44.434Z (over 1 year ago)
- Topics: front-end, frontend, portfolio, vue, vue-js, vue-router, vuejs, vuetify, vuex, webgl, webgl-fluid-simulation
- Language: Vue
- Homepage: https://thiagoamaral.vercel.app/
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).