create-bablojs
Version:
CLI tool to quickly scaffold a new BABLOJS project. BABLOJS is a lightweight, fast, and scalable Single Page Application framework built with vanilla JavaScript, providing React-like features including Virtual DOM, hooks, routing, and component-based arch
20 lines (16 loc) • 468 B
JavaScript
const Config = {
// App Configuration
app: {
root: document.querySelector("#app"),
key: "BABLOjS_1234",
name: "BABLOjS",
version: "1.0.0",
description: "A fast and scalable SPA built with a custom vanilla JS framework",
keywords: ["SPA", "vanilla JS", "fast", "scalable", "SEO"],
robots: "index, follow",
author: "BABLOjS",
license: "MIT",
contact: "contact@BABLOjS.com",
}
};
export default Config;