diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/h5/.gitignore b/h5/.gitignore
old mode 100644
new mode 100755
diff --git a/h5/.prettierrc b/h5/.prettierrc
new file mode 100644
index 0000000..23acb00
--- /dev/null
+++ b/h5/.prettierrc
@@ -0,0 +1,10 @@
+{
+ "semi": false,
+ "singleQuote": true,
+ "jsxSingleQuote": false,
+ "tabWidth": 2,
+ "printWidth": 140,
+ "trailingComma": "es5",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false
+}
diff --git a/h5/package.json b/h5/package.json
index da7b0ca..b76cd32 100755
--- a/h5/package.json
+++ b/h5/package.json
@@ -27,6 +27,7 @@
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue-grid-layout": "^2.3.7",
+ "vue-i18n": "^8.18.2",
"vue-template-compiler": "^2.6.10",
"vuedraggable": "^2.23.2"
},
@@ -40,7 +41,8 @@
"eslint:recommended"
],
"rules": {
- "no-console": "off"
+ "no-console": "off",
+ "no-debugger": "off"
},
"parserOptions": {
"parser": "babel-eslint"
diff --git a/h5/public/favicon.ico b/h5/public/favicon.ico
old mode 100644
new mode 100755
diff --git a/h5/public/index.html b/h5/public/index.html
old mode 100644
new mode 100755
index 4f05700..25b2eab
--- a/h5/public/index.html
+++ b/h5/public/index.html
@@ -1,11 +1,11 @@
-
-
-
-
- 水母---Vue代码生成工具
+
+
+
+
+ Ker---Vue代码生成工具