EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 282 forks source link

Can't find /components in WP theme editor #72

Closed constmoon closed 4 years ago

constmoon commented 4 years ago

Hello. While looking for the way to use Vue and Wordpress together, I found your awesome theme.

However, when I installed this theme on the WP, I can't find the components folder. Exactly, it can't be found in the theme editor in WordPress.

screenshot1

But I can find it on FTP.

screenshot2

Can't WordPress handle .vue files? Besides, please let me know how to check the site in real-time to see if they are running well during development (e.g. running on localhost like npm run serve)

EvanAgee commented 4 years ago

Hey @constmoon thanks for reaching out. Unfortunately .vue files are ONLY usable in a webpack build process. They aren't a standard file type. Hope that helps!