The problem of building vue by webpack

spent the afternoon looking at the webpack documentation, so I thought of creating a vue, but no matter what I did with vue, it didn"t work.
below is the address of git. The structure is very simple. Just output a hello, sentence. Please help me to see what went wrong

.

https://github.com/justDema/Vue

Mar.19,2021

vue-cli scaffolding directly generate


you are missing a lot of files, missing the js file of main.js main entry, npm run dev or build


using vue-cli scaffolding to generate vue projects. He integrates webpack, documents to make it clear

Menu