create-bc-app 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +0,0 @@
1
- # 这是一个 Vue 3 + TypeScript + Vite 的示例项目
2
- 该项目已经配置:
3
- - eslint
4
- - less
5
- - bochui
6
- - eslint gitlab 代码检查流水线
7
- - 单元测试
8
- - vitest 官方文档
9
- ![alt text](image.png)
10
-
11
-
12
- 你可能需要配置:
13
- - vue-router
14
- - pinia
15
- - fs-utils
16
- - axios
17
- - 拉下代码,修改仓库地址 git remote set-url origin 项目远程仓库地址
Binary file
@@ -1,13 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>example project</title>
8
- </head>
9
- <body>
10
- <div id="app"></div>
11
- <script type="module" src="/src/main.ts"></script>
12
- </body>
13
- </html>