build(deps):增加一些基本的项目配置和基础代码结构。

This commit is contained in:
徐涛
2023-03-08 08:44:52 +08:00
parent 715da9c889
commit f63e4f1e6f
16 changed files with 880 additions and 123 deletions

18
.prettierignore Normal file
View File

@@ -0,0 +1,18 @@
*.min.js
/node_modules
/dist
# OS
.DS_Store
.idea
.editorconfig
.npmrc
package-lock.json
# Ignored suffix
*.log
*.md
*.svg
*.png
*ignore
## Built-files
.cache
dist