vuejs-templates / simple

The simplest possible Vue setup in a single HTML file
271 stars 226 forks source link

vue cdn problem #16

Open marcho11 opened 2 years ago

marcho11 commented 2 years ago

I tried "vue init simple test" on cmd. After downloading project, I opened in live server and found that vue didn't work because CDN is for vue@3. So I changed CDN to vue@2, everything went well. I Suggest the official can adjust this situation, thanks!