webpack config

This commit is contained in:
cookfront
2017-03-24 15:36:55 +08:00
parent b39b4547a8
commit bb85b3416c
14 changed files with 72 additions and 46 deletions

View File

@@ -30,7 +30,7 @@ routesConfig.push({
const router = new VueRouter({
mode: 'history',
base: '/vue',
base: __dirname,
routes: routesConfig
});