Skip to content

Commit

Permalink
1.1.11版本
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZhuLei committed Mar 7, 2019
2 parents 3cc0708 + bdf2a86 commit fbd8139
Show file tree
Hide file tree
Showing 257 changed files with 102,428 additions and 7,576 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
dist

# local env files
.env.local
Expand Down
38 changes: 38 additions & 0 deletions dist/FormMaking.common.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions dist/FormMaking.css

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions dist/FormMaking.umd.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions dist/FormMaking.umd.min.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>FormMaking demo</title>
<script src="./FormMaking.umd.js"></script>

<link rel="stylesheet" href="./FormMaking.css">


<script>
console.log(FormMaking)
</script>
Binary file added dist/fonts/iconfont.29636161.eot
Binary file not shown.
Binary file added dist/fonts/iconfont.6d82f10c.ttf
Binary file not shown.
Binary file added dist/fonts/iconfont.be985a3f.woff
Binary file not shown.
Binary file added dist/fonts/tinymce-small.12d26c28.eot
Binary file not shown.
Binary file added dist/fonts/tinymce-small.28806940.ttf
Binary file not shown.
Binary file added dist/fonts/tinymce-small.7e0c88f0.woff
Binary file not shown.
Binary file added dist/fonts/tinymce.64012277.eot
Binary file not shown.
Binary file added dist/fonts/tinymce.9267f79b.woff
Binary file not shown.
Binary file added dist/fonts/tinymce.f8d29256.ttf
Binary file not shown.
98 changes: 98 additions & 0 deletions dist/img/iconfont.7725bd17.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions dist/img/tinymce-small.a2a1f732.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions dist/img/tinymce.b84225c5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13,352 changes: 5,910 additions & 7,442 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "form-making",
"description": "基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来",
"version": "1.1.0",
"version": "1.1.11",
"author": "GavinZhulei",
"license": "MIT",
"keywords": [
Expand All @@ -20,24 +20,21 @@
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name FormMaking ./src/indexBundle.js"
"build-bundle": "vue-cli-service build --target lib --name FormMaking ./src/index.js"
},
"dependencies": {
"ace": "^1.3.0",
"axios": "^0.18.0",
"clipboard": "^2.0.1",
"core-js": "^2.6.5",
"element-ui": "^2.3.8",
"jsoneditor": "^5.24.6",
"multiparty": "^4.2.1",
"normalize.css": "^8.0.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.1",
"tinymce": "^4.8.4",
"tui-color-picker": "^2.2.0",
"tui-editor": "^1.2.6",
"viewerjs": "^1.2.0",
"vue": "^2.5.16",
"vue-awesome": "^3.0.0",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0"
},
Expand All @@ -46,14 +43,15 @@
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-core": "^6.26.3",
"node-sass": "^4.9.0",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^3.0.0",
"sass-loader": "^7.0.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"vue-template-compiler": "^2.5.13"
},
"babel": {
Expand Down
1 change: 1 addition & 0 deletions public/lib/tinymce/skins/lightgray/content.inline.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/lib/tinymce/skins/lightgray/content.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/lib/tinymce/skins/lightgray/content.mobile.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit fbd8139

Please sign in to comment.