An error was reported when running the code today…
error: no postcss config found...
probably means that this configuration is not found in my file
solution: add a file named postcss. Config. JS
in the root directory, and add the code in the file:
module.exports = {
}
Then use the NPM run serve
instruction to run the project successfully.