Runs two commands to start up a basic php server and vue dev server.
Requirements
None
Extension Settings
This extension contributes the following settings:
Vue Settings
vue-php-project.vue.relativePath: Path relative to the vue project.
PHP Settings
vue-php-project.php.path: Specify the location of your PHP executable. If empty, the extension will use the PHP executable which appears in the $PATH environment variable
vue-php-project.php.relativePath: Path relative to the php project.
vue-php-project.php.ip: Server IP ('localhost','0.0.0.0',...)