Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/production-stack-vue

[GERRIT] Production ready configurations for our Vue apps.
https://github.com/altipla-consulting/production-stack-vue

Last synced: about 1 month ago
JSON representation

[GERRIT] Production ready configurations for our Vue apps.

Awesome Lists containing this project

README

        

# production-stack-vue

Production ready configurations for our Vue apps.

## Install

```sh
npm i @altipla/production-stack-vue
```

## Usage

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

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

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