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.
- package/dist/index.mjs +27 -27
- package/package.json +5 -4
- package/template-protocut-2d/.eslintrc.cjs +0 -203
- package/template-protocut-2d/.gitignore +0 -24
- package/template-protocut-2d/.gitlab-ci.yml +0 -41
- package/template-protocut-2d/README.md +0 -17
- package/template-protocut-2d/image.png +0 -0
- package/template-protocut-2d/index.html +0 -13
- package/template-protocut-2d/package-lock.json +0 -4917
- package/template-protocut-2d/package.json +0 -41
- package/template-protocut-2d/public/vite.svg +0 -1
- package/template-protocut-2d/src/App.vue +0 -12
- package/template-protocut-2d/src/assets/vue.svg +0 -1
- package/template-protocut-2d/src/components/Example.vue +0 -36
- package/template-protocut-2d/src/main.ts +0 -43
- package/template-protocut-2d/src/style.css +0 -5
- package/template-protocut-2d/src/utils/plugins/watchNodeModules.js +0 -24
- package/template-protocut-2d/src/views/Home.vue +0 -143
- package/template-protocut-2d/src/vite-env.d.ts +0 -1
- package/template-protocut-2d/test/App.test.ts +0 -16
- package/template-protocut-2d/test/Example.test.ts +0 -21
- package/template-protocut-2d/tsconfig.app.json +0 -27
- package/template-protocut-2d/tsconfig.json +0 -33
- package/template-protocut-2d/tsconfig.node.json +0 -11
- package/template-protocut-2d/vite-env.d.ts +0 -15
- package/template-protocut-2d/vite.config.ts +0 -55
- package/template-protocut-2d/window.d.ts +0 -6
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# 这是一个 Vue 3 + TypeScript + Vite 的示例项目
|
|
2
|
-
该项目已经配置:
|
|
3
|
-
- eslint
|
|
4
|
-
- less
|
|
5
|
-
- bochui
|
|
6
|
-
- eslint gitlab 代码检查流水线
|
|
7
|
-
- 单元测试
|
|
8
|
-
- vitest 官方文档
|
|
9
|
-

|
|
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>
|