Vagrant ar/www或/var/wwwww/site xxx在主机上有一个文件夹(但不是本地的/var/www),因此您在主机上更改的所有内容都将在VM上为您同步。因此,您可以在主机上使用本地工具,并在VM上刷新所有内容 README.md confi

Vagrant ar/www或/var/wwwww/site xxx在主机上有一个文件夹(但不是本地的/var/www),因此您在主机上更改的所有内容都将在VM上为您同步。因此,您可以在主机上使用本地工具,并在VM上刷新所有内容 README.md confi,vagrant,Vagrant,ar/www或/var/wwwww/site xxx在主机上有一个文件夹(但不是本地的/var/www),因此您在主机上更改的所有内容都将在VM上为您同步。因此,您可以在主机上使用本地工具,并在VM上刷新所有内容 README.md config/ company-name/ Vagrantfile custom/ bin/ box.yaml files vms.yaml default.yaml use

ar/www或
/var/wwwww/site xxx
在主机上有一个文件夹(但不是本地的
/var/www
),因此您在主机上更改的所有内容都将在VM上为您同步。因此,您可以在主机上使用本地工具,并在VM上刷新所有内容

README.md       config/     company-name/
Vagrantfile     custom/     bin/
box.yaml           files            vms.yaml
default.yaml       user.yaml
facts-devbox.yaml  user.yaml-sample
config.vm.box = "something" (maybe something/something)
config.vm.box_url = "url" (is the box is private and hosted somewhere by your company)
config.vm.synced_folder "/var/www", "/var/www"