# jekyll-vue-boilerplate **Repository Path**: yunwisdoms/jekyll-vue-boilerplate ## Basic Information - **Project Name**: jekyll-vue-boilerplate - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Jekyll, Webpack, Vue **INSTALL** ``` yarn install gem install jekyll bundler bundle install ``` **DEV** ``` yarn run dev ``` **BUILD** ``` yarn run build ``` (Site build is in ```/dist``` folder) **SERVE** ``` yarn run serve ``` **BUILD & SERVE** ``` yarn run build:serve ``` ### Demo: https://jekyllvue.metaincognita.com/ ### Special thanks to: - http://stackoverflow.com/questions/31933359/using-react-in-a-multi-page-app - https://www.jonathan-petitcolas.com/2016/08/12/plugging-webpack-to-jekyll-powered-pages.html