Skip to content

silveryiris/bot-currency-rate-frontend

Repository files navigation

Bank of Taiwan currency rate frontend

  • SPA (Single Page Application) ready.

Optimized

audits

Style

  • Modular style files and structure , can load what you want or add extra styles with main.styl.
  • Use BEM rules for more robust style.

Theme switch

  • Use Css variable to elegant change width, color, custom theme ......etc.

theme css

theme css dark

  • Simple ThemeManager class to handle theme switch and persistent when reload or url changes.

SVG Icon

svg icon

Handy settings

  • 404 route handling.
  • 404 page view ready.
  • Vuex store ready.
  • Vue-router with connect-history-api-fallback.
  • Vue-meta for page title and meta tags.

Server

  • compression.js to support gzip response.
  • helmet.js to secure common dangers.