A github page for introducing myself and my projects.
Template is from vcard-personal-portfolio, but I made it into Vue.js version.
Used technologies:
Check the live demo here
Clone the repository
git clone https://github.com/ben99933/ben99933.github.io.gitInstall dependencies
npm installRun the development server
npm run devTailwind CSS Hot Reload
npm run hotfixBuild for production
npm run build