使用的编辑工具webStorm
创建例子: hello
bash
vue create hello

选择 vue3 进行创建

运行 npm run serve


改动内容重新编译: npm run build


dist 目录就是编译后的可运行内容