Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 528 Bytes

Portfolio

Private portfolio to catalog and display my personal programming projects. I used this to try out Vue.js for the first time and to experiment with GitHub Actions for automatic deployments.

You can see it deployed to https://danidipp.com

Project setup

npm install

Vue cli commands:

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.