feat: build framework

This commit is contained in:
2024-03-20 13:33:18 +08:00
parent afb892c5e9
commit 73998976a2
30 changed files with 4186 additions and 342 deletions

11
.eslintignore Normal file
View File

@@ -0,0 +1,11 @@
node_modules/
dist/
index.html
/*.json
.cz-config.js
!.eslintrc.cjs
/node_modules/*
**/node_modules/*
/bower_components/*
**/bower_components/*