| Version | Link |
|---|---|
| ECMAScript 2015 - ES2015 - ES6 | All Features List |
| ECMAScript 2016 - ES2016 - ES7 | All Features List |
| ECMAScript 2017 - ES2017 - "ES8" | All Features List |
| ECMAScript 2018 - ES2018 - "ES9" | All Features List |
| ECMAScript 2019 - ES2019 - "ES10" | All Features List |
| ECMAScript 2020 - ES2020 - "ES11" | All Features List |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Providers :- discover the services that live on your infrastructure (their IP, health, ...) | |
| # Entrypoints :- listen for incoming traffic (ports, ...) | |
| # Routers :- analyse the requests (host, path, headers, SSL, ...). A router is in charge of connecting incoming requests to the services that can handle them. | |
| # Services :- forward the request to your services (load balancing, ...). The Services are responsible for configuring how to reach the actual services that will eventually handle the incoming requests. | |
| # Middlewares :- may update the request or make decisions based on the request (authentication, rate limiting, headers, ...) | |
| version: "3.7" | |
| networks: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # set a proxy | |
| set HTTP_PROXY= | |
| set HTTPS_PROXY=%HTTP_PROXY% | |
| npm config set proxy %HTTP_PROXY% | |
| npm config set https.proxy %HTTPS_PROXY% | |
| npm config set https-proxy %HTTPS_PROXY% | |
| git config --global http.proxy %HTTP_PROXY% | |
| git config --global https.proxy %HTTPS_PROXY% | |
| # unset proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version":1,"resource":"file:///d%3A/project/sso-vue/vue-project/src/views/ssoLogin.vue","entries":[{"id":"HcBH.vue","source":"searchReplace.source","timestamp":1665697442395},{"id":"s6BJ.vue","source":"searchReplace.source","timestamp":1665697482027},{"id":"LMy2.vue","source":"searchReplace.source","timestamp":1665697638875},{"id":"TsQ5.vue","timestamp":1665698509652},{"id":"UWdw.vue","timestamp":1665698561222},{"id":"EaPK.vue","timestamp":1665698673931},{"id":"f1vV.vue","timestamp":1665698779977},{"id":"tY9T.vue","timestamp":1665698844190},{"id":"1p0B.vue","timestamp":1665698902403},{"id":"cbZK.vue","timestamp":1665699037082},{"id":"TCGl.vue","timestamp":1665699161576},{"id":"WfkU.vue","timestamp":1665699181447},{"id":"RzbN.vue","timestamp":1665699296694},{"id":"6uxU.vue","timestamp":1665699406109}]} |