使用的编辑工具webStorm
创建例子: hello
vue create hello
选择 vue3 进行创建
运行 npm run serve
测试访问:http://localhost:8080
改动内容重新编译: npm run build
dist 目录就是编译后的可运行内容
使用的编辑工具webStorm
创建例子: hello
vue create hello
选择 vue3 进行创建
运行 npm run serve
测试访问:http://localhost:8080
改动内容重新编译: npm run build
dist 目录就是编译后的可运行内容