Features
a) Bootstrap: bootstrap 5 & bootstrap-vue-3;
b) Form Validation: demonstrating vee-validate(v4);
c) Axios & Fetch: Fetching data using Axios & the Fetch api;
e) i18N: localisation & globalisation;
f) Test Error: global handler & local try-catch;
g) On-Off Line: detection & notification;
h) Media query: a Vue way to do media queries in code;
i) Test 404: route to a missing page;
j) Route Guards: this page (About) demonstrates page-level route guards. Test 404 is a global guard;
Dynamic LoadingSome more interesting aspects of the Vue ecosystem:
a) Dynamic loading of Vue templates (requires the build-time inclusion of the Vue Compiler);
b) Dynamic loading of js scripts;
c) Upload: upload a file & text to cloud storage;
Nested Routes
A demo of nested or child routes