frontend.vue.config.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elepy-admin Show documentation
Show all versions of elepy-admin Show documentation
A Restful API generator and Headless CMS
const path = require('path');
module.exports = {
lintOnSave: true,
publicPath: process.env.NODE_ENV === 'production'
? '/elepy/'
: '/'
};