UNPKG

@yhwh-script/create-app

Version:

A yhwh-script web app can become anything you want it to become. Set it up with just one command.

27 lines 628 B
{ "devDependencies": { "@vitejs/plugin-basic-ssl": "^2.0.0", "vite": "^6.2.0" }, "description": "This is a @yhwh-script app with examples.", "keywords": [ "CSS", "CustomElements", "HTML", "JavaScript", "SFC", "Single File Components", "Vanilla", "Vite", "WebComponents" ], "license": "Unlicense", "scripts": { "dev": "npm run gen && vite", "gen": "node gen.cjs", "build": "npm run gen && vite build", "preview": "vite preview" }, "type": "module", "version": "0.0.1" }