update version

This commit is contained in:
Pan
2019-03-08 17:57:14 +08:00
parent 44e4d3d005
commit 8e0b5624a9
4 changed files with 14 additions and 17 deletions

View File

@@ -15,9 +15,9 @@ module.exports = {
* for example GitHub pages. If you plan to deploy your site to https://foo.github.io/bar/,
* then assetsPublicPath should be set to "/bar/".
* In most cases please use '/' !!!
* Detail https://cli.vuejs.org/config/#baseurl
* Detail https://cli.vuejs.org/config/#publicPath
*/
baseUrl: '/',
publicPath: '/',
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV !== 'production',