hc-basic 1.0.1

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.
@@ -0,0 +1,2 @@
1
+ > 1%
2
+ last 2 versions
package/.editorconfig ADDED
@@ -0,0 +1,5 @@
1
+ [*.{js,jsx,ts,tsx,vue}]
2
+ indent_style = space
3
+ indent_size = 4
4
+ trim_trailing_whitespace = true
5
+ insert_final_newline = true
package/.prettierrc ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "printWidth": 200,
3
+ "tabWidth": 2,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": true,
7
+ "proseWrap": "preserve",
8
+ "arrowParens": "avoid",
9
+ "bracketSpacing": true,
10
+ "endOfLine": "auto",
11
+ "htmlWhitespaceSensitivity": "ignore",
12
+ "ignorePath": ".prettierignore",
13
+ "jsxBracketSameLine": false,
14
+ "jsxSingleQuote": false,
15
+ "requireConfig": false,
16
+ "trailingComma": "none"
17
+ }
package/README.md ADDED
@@ -0,0 +1,52 @@
1
+ # HC-basic
2
+
3
+ ## 基于VUE + ElementUI 二次封装开发包
4
+ > https://www.npmjs.com/package/hc-basic
5
+
6
+ ### 启动项目
7
+ > npm run dev / npm run serve
8
+
9
+ ### 项目打包
10
+ > npm run lib
11
+
12
+ ### 项目发布
13
+ > npm publish
14
+
15
+ ### 代码格式化
16
+ > npm run eslint
17
+
18
+ ### 文档地址
19
+ >
20
+ [文档地址](http://114.115.150.172:8088/)
21
+
22
+ ### 示例项目-单体
23
+ > https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-single.git
24
+
25
+ ### 示例项目-微前端-主项目
26
+ > https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-more-child.git
27
+
28
+ ### 示例项目-微前端-子项目
29
+ > https://codeup.aliyun.com/6180d6736746bc7c6cc8e78a/hc/sample-more-main.git
30
+
31
+ ## 目录结构
32
+ ```markdown
33
+ ├── components ------> 公共组件
34
+ │   ├── desc ------> 详情组件
35
+ │   ├── dialog ------> 弹窗组件
36
+ │   ├── form-item ------> 表单组件
37
+ │   ├── icon ------> 图标组件
38
+ │   ├── identify ------> 验证码组件
39
+ │   ├── layout ------> 布局组件
40
+ │   ├── pager ------> 分页组件
41
+ │   ├── popover ------> 气泡组件
42
+ │   ├── tab ------> 页签组件
43
+ │   ├── table ------> 表格组件
44
+ │   └── theme ------> 主题组件
45
+ ├── directives ------> 公共指令
46
+ ├── filters ------> 公共过滤器
47
+ ├── scss ------> 公共样式
48
+ └── utils ------> 公共工具
49
+ ├── encrypt ------> 加密解密
50
+ ├── func ------> 公共函数
51
+ └── valid ------> 公共验证正则
52
+ ```
@@ -0,0 +1,5 @@
1
+ module.exports = {
2
+ presets: [
3
+ '@vue/cli-plugin-babel/preset'
4
+ ]
5
+ }
@@ -0,0 +1 @@
1
+ .underline[data-v-d1e08d74]{text-decoration:underline}[data-v-47f648b7] .el-input-number .el-input__inner{text-align:left}