npm install
npm run serve
npm run build
npm run test
npm run lint
vim /usr/local/etc/nginx/nginx.conf
nginx -g /usr/local/etc/nginx/nginx.conf
./nginx -t
指定检测特定Nginx配置文件:-c表示configuration,指定配置文件 ./nginx -t -c /usr/local/etc/nginx/nginx.conf
./nginx -c /usr/local/etc/nginx/nginx.conf
./nginx -s stop
./nginx -s quit
./nginx -s reload
nginx -s reopen
pm2 restart coverage-server
surge dist --domain https://weather.kolo.asia/
dist表示目录,如果不加,则表示当前目录