build config

This commit is contained in:
cookfront
2017-02-26 11:55:16 +08:00
parent e9a105b76d
commit 7bfc4f4323
28 changed files with 93 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
import App from './App';
import App from './ExamplesDocsApp';
import routes from './router.config';
import demoBlock from './components/demo-block';
import SideNav from './components/side-nav';