- use vscode
- typescript
- less
- ubuntu:
google-chrome --unsafely-treat-insecure-origin-as-secure=https://localhost --allow-insecure-localhost --ignore-certificate-errors
- windows:
- After launched, enable cache in the network panel and debug the service worker using the
application-service worker
- go into this folder via terminal, type
pwd
- sudo vim
sudo vim /etc/nginx/nginx.conf
- add
include /home/jian/fms3/configs/nginx/local.conf;
into the http block - uncomment
#gzip on;