PHP Classes

File: assets/js/app.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Simple SPA   assets/js/app.js   Download  
File: assets/js/app.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple SPA
Demonstrates single page applications
Author: By
Last change:
Date: 17 days ago
Size: 118 bytes
 

Contents

Class file image Download
import Router from './router/Router.js'; document.addEventListener('DOMContentLoaded', () => { new Router(); });