After vue-cli3.0 is packaged, there is nothing on the page.

Project built with vue-cli3.0, which is the directory structure

npm run build index
3.0
babel.config.js

Mar.18,2021

if the console doesn't report any errors, it's probably a path problem.


in config/index.js

configure vue cli3.0 with multiple vue.fonfig.js

module.exports = {
    baseURI:'/',//  / app.com/vue 
    outputDir:'dist',//
    assetsDir:'assets',//(js,css,img,fonts)
    lintOnSave:false,//eslint,: true || false || 'error'
    devServer:{
        open:true,//
        host:'localhost',
        port:8081,//
        https:false,
        hotOnly:false,//
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30352-2bcf2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30352-2bcf2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?