bablojs-test
Version:
A lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript. BABLOJS provides React-like features including Virtual DOM, hooks, routing, and component-based architecture without any build step or external dependencies
28 lines (23 loc) • 1.23 kB
JavaScript
import time from "../../_modules/time.js";
const Config = {
app: {
name: "BABLOjS",
tagline: "Vanilla JavaScript SPA Framework",
version: "1.0.0",
keywords: "bablojs, bablo, javascript framework, frontend, spa",
description: "A lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript. BABLOJS provides React-like features including Virtual DOM, hooks, routing, and component-based architecture without the overhead of external dependencies.",
robots: "index, follow",
author: "BabloJS",
license: "MIT",
ogImage: "/images/bablojs.png",
twitterImage: "/images/bablojs.png",
twitterTitle: "BabloJS",
twitterDescription: "A lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript. BABLOJS provides React-like features including Virtual DOM, hooks, routing, and component-based architecture without the overhead of external dependencies.",
twitterCard: "summary_large_image",
twitterUrl: "https://bablojs.com",
twitterSite: "https://bablojs.com",
twitterCreator: "https://bablojs.com",
twitterDomain: "https://bablojs.com",
},
};
export default Config;