Skip to content

Commit

Permalink
购物车优化部分功能
Browse files Browse the repository at this point in the history
  • Loading branch information
yucccc committed Jul 26, 2017
1 parent 2763205 commit c198851
Show file tree
Hide file tree
Showing 11 changed files with 180 additions and 5,083 deletions.
4 changes: 2 additions & 2 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var utils = require('./utils')
var config = require('../config')
var vueLoaderConfig = require('./vue-loader.conf')

function resolve(dir) {
function resolve (dir) {
return path.join(__dirname, '..', dir)
}

Expand Down Expand Up @@ -47,7 +47,7 @@ module.exports = {
options: vueLoaderConfig
}, {
test: /\.scss$/,
loaders: ["style", "css", "sass"]
loaders: ['style', 'css', 'sass']
},
{
test: /\.js$/,
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
dev: {
env: require('./dev.env'),
port: 8888,
port: 9999,
autoOpenBrowser: true,
assetsSubDirectory: 'static',
assetsPublicPath: '/',
Expand Down
Loading

0 comments on commit c198851

Please sign in to comment.