All Downloads are FREE. Search and download functionalities are using the official Maven repository.

frontend.vue.config.js Maven / Gradle / Ivy

There is a newer version: 3.0.0-alpha-29
Show newest version
const path = require('path');

module.exports = {
    lintOnSave: true,
    publicPath: process.env.NODE_ENV === 'production'
        ? '/elepy/'
        : '/'
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy