refactor[core]: use webpack-dev-server now (#355)

* bump deps: update vue-splitpane version

* refactor[chore]: use webpack-dev-serve build

* perf:settings

* doc: uodate readme
This commit is contained in:
花裤衩
2017-12-15 14:07:55 +08:00
committed by GitHub
parent 8fd786c4ed
commit dc162093cc
30 changed files with 738 additions and 580 deletions

View File

@@ -60,7 +60,7 @@ export default {
handleDownload() {
this.downloadLoading = true
require.ensure([], () => {
const { export_txt_to_zip } = require('vendor/Export2Zip')
const { export_txt_to_zip } = require('@/vendor/Export2Zip')
const tHeader = ['序号', '文章标题', '作者', '阅读数', '发布时间']
const filterVal = ['id', 'title', 'author', 'pageviews', 'display_time']
const list = this.list