- SPA (Single Page Application) ready.
- Modular style files and structure , can load what you want or add extra styles with
main.styl
. - Use
BEM
rules for more robust style.
- Use
Css variable
to elegant change width, color, custom theme ......etc.
- Simple
ThemeManager
class to handle theme switch and persistent when reload or url changes.
- Octicons with svg inline
- 404 route handling.
- 404 page view ready.
Vuex
store ready.Vue-router
withconnect-history-api-fallback
.Vue-meta
for page title and meta tags.
compression.js
to supportgzip
response.helmet.js
to secure common dangers.