@altipla/production-stack-vue

Production ready configurations for our Vue apps.

Usage no npm install needed!

<script type="module">
  import altiplaProductionStackVue from 'https://cdn.skypack.dev/@altipla/production-stack-vue';
</script>

README

production-stack-vue

Production ready configurations for our Vue apps.

Install

npm i @altipla/production-stack-vue

Usage

Import the package to have the pair of functions in scope:

import { getLang } from '@altipla/production-stack-vue'


console.log(getLang('es').name)