Skip to content

Launch 2018

Compare
Choose a tag to compare
@agorilla agorilla released this 20 Jul 12:33
· 170 commits to master since this release
7468d5c

Single page application with static HTML generation to speed up load time and search engine optimization.

  • Vue.js to build reusable components
  • Vue Router to render different pages within the SPA
  • Webpack as bundler for JS, CSS and HTML templates
  • Prerender SPA Plugin to render static HTML for all router
  • Gulp for secondary build tasks such as clean and copy assets
  • Gulp SSH to deploy the dist folder to the web server
  • HTTP Server as local Node server to preview changes locally
  • CSS Grid to position the site structure
  • CSS variables for changing the site's theme between light and dark mode
  • picture to load a smaller images for mobile and high resolution images for large screens