This project has been converted to Vue 3 + Vite from a static HTML project.
npm install
npm run dev
The application will be available at http://localhost:5173
npm run build
npm run preview
src/main.js - Application entry pointsrc/App.vue - Root componentsrc/router/index.js - Vue Router configurationsrc/views/ - Page components
HomeView.vue - Main landing pageHtmlFormatterView.vue - HTML formatter files listMermaidFormatterView.vue - Mermaid formatter files listsrc/style.css - Global stylespublic/ - Static assetsweb/ - Original HTML files (linked from Vue views)