queue | subscriber |
---|---|
user.write.app1 | app1 |
user.created.app2 | app2 |
user.behavior.app3 | app3 |
exchange | type | binding_queue | binding_key |
---|---|---|---|
user.write | topic | user.write.app1 | user.* |
user.write | topic | user.created.app2 | user.created |
const transformer = options => ({ | |
apply: 'post', | |
transform({ code, isBuild }) { | |
if (!isBuild) return code | |
return code.replace('</body>', `<script defer type="module"> | |
const KEY = 'ga:user' | |
const UID = (localStorage[KEY] = localStorage[KEY] || Math.random() + '.' + Math.random()) | |
const onError = err => console.error('[vite vitals] ', err) | |
const onDebug = (label, payload) => console.log(label, payload) |
<template> | |
<Component :is="is" /> | |
</template> | |
<script> | |
import layout from '@/helpers/layout' | |
const components = { | |
vBuilding: () => import('@/components/pages/Building.vue' /* webpackChunkName: `building` */), | |
vSeminaire: () => import('@/components/pages/Seminaire.vue' /* webpackChunkName: 'components/page/seminaire' */), | |
vCoaching: () => import('@/components/pages/Coaching.vue' /* webpackChunkName: 'components/page/coaching' */), |
document.querySelectorAll('input[type=search]').forEach(input => { | |
input.addEventListener('mouseup', e => { | |
if (input.value.length > 0) { | |
setTimeout(() => { | |
if (input.value.length === 0) { | |
// do reset action here | |
} | |
}, 5) | |
} | |
}) |
openssl req -x509 -out localhost.crt -keyout localhost.key \ | |
-newkey rsa:2048 -nodes -sha256 \ | |
-subj '/CN=localhost' -extensions EXT -config <( \ | |
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth") |
alias foo=npm audit --json | grep '"type":"auditAdvisory"' | jq -r '{(.data.advisory.module_name):.data.advisory.patched_versions}' | jq -s add |
npm pack && tar -xvzf *.tgz && rm -rf package *.tgz |
export default { | |
plugins: ['~/plugins/vitals.client.js'] | |
} |
queue | subscriber |
---|---|
user.write.app1 | app1 |
user.created.app2 | app2 |
user.behavior.app3 | app3 |
exchange | type | binding_queue | binding_key |
---|---|---|---|
user.write | topic | user.write.app1 | user.* |
user.write | topic | user.created.app2 | user.created |
export default [ | |
'Aabenraa', | |
'Aalborg', | |
'Aarhus', | |
'Allerød', | |
'Assens', | |
'Ballerup', | |
'Billund', | |
'Bornholm', | |
'Brøndby', |
export default [ | |
['Aabenraa', 6200], | |
['Aabybro', 9440], | |
['Aakirkeby', 3720], | |
['Aalborg', 9000], | |
['Aalborg SV', 9200], | |
['Aalborg SØ', 9210], | |
['Aalborg Øst', 9220], | |
['Aalestrup', 9620], | |
['Aarhus C', 8000], |