/personal-website

My personal webiste, built with Vue.js.

Primary LanguageVue

My personal website

This is the repository, where I built my personal website using the Model–view–viewmodel pattern. The libraries and tools I utilized were:

Running Locally

For deployment use: yarn install

To compile and hot-reload for development: yarn serve

To compile and minify for production: yarn build

Finally for analysis and fixing issues: yarn lint