瀏覽代碼

ess_screen

master
dong 1 年之前
父節點
當前提交
1d23e5f7fb
共有 2 個檔案被更改,包括 53 行新增28 行删除
  1. 26
    0
      .gitignore
  2. 27
    28
      README.md

+ 26
- 0
.gitignore 查看文件

@@ -1,3 +1,4 @@
1
+<<<<<<< HEAD
1 2
 # Logs
2 3
 logs
3 4
 *.log
@@ -28,3 +29,28 @@ coverage
28 29
 *.sw?
29 30
 
30 31
 *.tsbuildinfo
32
+=======
33
+# Compiled class file
34
+*.class
35
+
36
+# Log file
37
+*.log
38
+
39
+# BlueJ files
40
+*.ctxt
41
+
42
+# Mobile Tools for Java (J2ME)
43
+.mtj.tmp/
44
+
45
+# Package Files #
46
+*.jar
47
+*.war
48
+*.nar
49
+*.ear
50
+*.zip
51
+*.tar.gz
52
+*.rar
53
+
54
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
55
+hs_err_pid*
56
+>>>>>>> 46a7cbe3218c717c4da3d3c8c0052ff701732f4f

+ 27
- 28
README.md 查看文件

@@ -1,40 +1,39 @@
1
-# ess_screen
1
+# 云链智安
2 2
 
3
-This template should help get you started developing with Vue 3 in Vite.
3
+#### 介绍
4 4
 
5
-## Recommended IDE Setup
5
+云链智安-数据大屏
6 6
 
7
-[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
7
+#### 软件架构
8 8
 
9
-## Type Support for `.vue` Imports in TS
9
+软件架构说明
10 10
 
11
-TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
11
+#### 安装教程
12 12
 
13
-If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
13
+1.  xxxx
14
+2.  xxxx
15
+3.  xxxx
14 16
 
15
-1. Disable the built-in TypeScript Extension
16
-    1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
17
-    2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
18
-2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
17
+#### 使用说明
19 18
 
20
-## Customize configuration
19
+1.  xxxx
20
+2.  xxxx
21
+3.  xxxx
21 22
 
22
-See [Vite Configuration Reference](https://vitejs.dev/config/).
23
+#### 参与贡献
23 24
 
24
-## Project Setup
25
+1.  Fork 本仓库
26
+2.  新建 Feat_xxx 分支
27
+3.  提交代码
28
+4.  新建 Pull Request
29
+5.  名称:dongguoqi
30
+6.  密钥 16b9b61c91c59ae800c4bbc44afbeb87
25 31
 
26
-```sh
27
-npm install
28
-```
32
+#### 特技
29 33
 
30
-### Compile and Hot-Reload for Development
31
-
32
-```sh
33
-npm run dev
34
-```
35
-
36
-### Type-Check, Compile and Minify for Production
37
-
38
-```sh
39
-npm run build
40
-```
34
+1.  使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
35
+2.  Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
36
+3.  你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
37
+4.  [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
38
+5.  Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
39
+6.  Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

Loading…
取消
儲存