huntertran / cv

My CV as a page on Github. Developed using Vuejs front-end framework, vuetify for layout, -Axios- native JavaScript fetch to fetch data from Github API

Home Page:https://huntertran.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CV project

Build

npm run build

Deploy

Delete all files and folder in docs, except .git and README.md

Then move files and folder from build to docs

cd docs

find -not -name ".git" -not -name "README.md" -delete

mv ../build/* ../docs/

About

My CV as a page on Github. Developed using Vuejs front-end framework, vuetify for layout, -Axios- native JavaScript fetch to fetch data from Github API

https://huntertran.github.io/

License:MIT License


Languages

Language:Vue 90.0%Language:JavaScript 6.5%Language:HTML 3.5%