Skip to content

Instantly share code, notes, and snippets.

View frixou89's full-sized avatar
🏠
Working from home

Marios Frixou frixou89

🏠
Working from home
View GitHub Profile
@frixou89
frixou89 / README.md
Last active May 4, 2020 10:39
NuxJS i18n export translation messages to json files
  • Install dependencies
npm install --save-dev cheerio glob
# or
yarn add -D cheerio glob
  • Create the file extract-i18n-json.js in the project's root directory
@frixou89
frixou89 / InjectedScript.vue
Created March 23, 2020 15:09
Vue inject script tag in template. This is a component for Nuxt.JS
<template>
<div class="cmp-injected-script">
<div id="script-placeholder"></div>
</div>
</template>
<script>
export default {
props: {
attrs: {