Commit cf85ecf17c396b1dab8c42f1c43fcf691070fc6d

Authored by ly525
1 parent d9e9ddd9

add common-props dependencies

front-end/h5/package.json
... ... @@ -14,9 +14,10 @@
14 14 "build:engine": "cross-env PAGE=ENGINE vue-cli-service build --target lib --name engine ./src/engine-entry.js"
15 15 },
16 16 "dependencies": {
17   - "@luban-h5/lbc-button": "^0.0.2",
  17 + "@luban-h5/lbc-button": "^0.0.3",
18 18 "@luban-h5/lbp-slide": "^0.0.7",
19 19 "@luban-h5/lbs-text-align": "^0.0.3",
  20 + "@luban-h5/plugin-common-props": "^0.0.1",
20 21 "animate.css": "^3.7.2",
21 22 "ant-design-vue": "^1.3.14",
22 23 "core-js": "^2.6.5",
... ... @@ -33,6 +34,7 @@
33 34 "vant": "^2.2.12",
34 35 "vue": "^2.6.10",
35 36 "vue-i18n": "^8.14.1",
  37 + "vue-matomo": "^3.13.0-2",
36 38 "vue-quill-editor": "^3.0.6",
37 39 "vue-router": "^3.0.3",
38 40 "vuex": "^3.0.1"
... ...
front-end/h5/vue.config.js
... ... @@ -2,7 +2,7 @@
2 2 * @Author: ly525
3 3 * @Date: 2019-12-14 22:43:55
4 4 * @LastEditors : ly525
5   - * @LastEditTime : 2020-01-10 23:37:15
  5 + * @LastEditTime : 2020-01-15 08:35:17
6 6 * @FilePath: /luban-h5/front-end/h5/vue.config.js
7 7 * @Github: https://github.com/ly525/luban-h5
8 8 * @Description: Do not edit
... ... @@ -29,8 +29,8 @@ switch (process.env.PAGE) {
29 29 template: 'public/index.html',
30 30 filename: 'index.html',
31 31 title: 'Index Page',
32   - // outputDir: 'dist'
33   - outputDir: editorBuildOutputDir
  32 + outputDir: 'dist'
  33 + // outputDir: editorBuildOutputDir
34 34 // publicPath: isProd ? '/main/' : '/'
35 35 }
36 36 }
... ...