Minimalistic beautiful blog template using resusable modular Vue components and a Vuex store. It uses BootStrap4 CSS + Custom CSS. All Vue, no jQuery.
- Image/post carousel slider vue component using hooper
- Vue-router menu navigation
- Dropdown menu made with Vue
- Vuex store to handle global state variables
- Cool design
- Uses flaticon, fontawesome and ionicons
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.