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