This is my resume
Node - >= v4.0
git clone [email protected]:Oh-KPond/animated-resume.git
cd animated-resume
npm install
npm run dev
If local dev localhost:8080
does not run in Chrome, try Firefox or another browser
-
Edit config/index.js,modify line 10 "assetsPublicPath",where the value is
item_name/dist
. If you have not modified the project name animated-resume,you can skip this step. -
Compile, upload
npm run build git add . git commit -m "update" git push
-
Open GitHub Pages Features https://yourUserName.github.io/animated-resume/dist/
for example (https://oh-kpond.github.io/animated-resume/dist/)