多项选择题

A.App.vue是项目的根组件
B.App.vue由template、script、style组成
C.App.vue由main.js导入,并渲染到index.html页面
D.App.vue中需要导出vue实例,并指定名字