Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/altipla-consulting/production-stack-vue
- Owner: altipla-consulting
- License: mit
- Created: 2020-07-10T15:46:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T00:20:35.000Z (over 3 years ago)
- Last Synced: 2024-09-18T12:40:39.759Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@altipla/production-stack-vue
- Size: 268 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```