Skip to content

emdupre/emdupre.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emdupre.github.io

Netlify Status License


This is my personal website built using BootstrapVue, Font Awesome, and Academicons.

For now, I've mirror the publication-fetching functionality of Bloom 🌺. Eventually this code should be stripped and replaced with an additional npm dependency once Bloom is packaged.

Local development guide

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.