vuewp icon indicating copy to clipboard operation
vuewp copied to clipboard

VueJs Wordpress Theme

Results 5 vuewp issues
Sort by recently updated
recently updated
newest added

If your `dist` directory hasn't been generated yet, and you `npm run dev`, you get a page with an error like `Cannot GET /`. This is because the browsersync task...

Upon activating the theme and visiting the site I get the following: ``` Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/var/www/html/wp-content/themes/vuewp/dist/js/): failed to open dir: No such file or directory in /var/www/html/wp-content/themes/vuewp/functions.php:140 Stack...

I'm still trying to follow everything here, but it seems that when served as WP theme we load index.php, so action hooks in header.php and so on are triggered, but...

When attempting to setup a development environment, I followed the steps in the Development section in order, which isn't in the actual order to setup the environment. In particular, steps...

I dont really have time to enhance this project so feel free to chip in if you are interested / have capacity! Currently only the index route is prerendered but...

enhancement
help wanted