init html

This commit is contained in:
xion 2024-10-16 23:23:39 +08:00
commit 53b286ef99
3 changed files with 25 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
node_modules
dist
build
.cache
.DS_Store
*.log

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "@kevisual/html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lit-html": "^3.2.1"
}
}

3
readme.md Normal file
View File

@ -0,0 +1,3 @@
# html
> from lit-html