Skip to content

Commit

Permalink
version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeijun committed May 4, 2017
1 parent 0c60e99 commit c42a07a
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 1,078 deletions.
1 change: 1 addition & 0 deletions haoshiqi/src/components/tuan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
font-size: .75rem;
text-align: center;
color: #959595;
display: block;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion haoshiqi/src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'babel-polyfill';
import 'babel-polyfill'; //部分ES6 api 不会转码,需要引入这个库
import Vue from 'vue';
import router from "./router";
import App from "./app.vue";
Expand Down
10 changes: 7 additions & 3 deletions haoshiqi/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, '../hybridApp/www/dist/'),
publicPath: 'dist/',
filename: 'build.js'
filename: 'build.js',
chunkFilename: 'app.[chunkhash:6].js', //为了按需加载 设置chunkname
},
module: {
rules: [
Expand Down Expand Up @@ -36,13 +37,16 @@ module.exports = {

{
test: /\.(eot|svg|ttf|woff|woff2)(\?\S*)?$/,
loader: 'file-loader'
loader: 'file-loader',
options: {
name: 'fonts/[name].[ext]?[hash]'
}
},
{
test: /\.(png|jpg|gif|svg)$/,
loader: 'file-loader',
options: {
name: '[name].[ext]?[hash]'
name: 'imgs/[name].[ext]?[hash]'
}
}
]
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion hybridApp/platforms/browser/www/dist/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hybridApp/platforms/browser/www/dist/build.js.map

Large diffs are not rendered by default.

Binary file not shown.
534 changes: 0 additions & 534 deletions hybridApp/platforms/browser/www/dist/iconfont.svg

This file was deleted.

1 change: 0 additions & 1 deletion hybridApp/www/dist/7e24e764f5ae4c3ab0aebe268aa38b81.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion hybridApp/www/dist/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hybridApp/www/dist/build.js.map

Large diffs are not rendered by default.

Binary file not shown.
534 changes: 0 additions & 534 deletions hybridApp/www/dist/iconfont.svg

This file was deleted.

Binary file added screenshot/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c42a07a

Please sign in to comment.