vue-cli-plugin-platformsh
v1.1.1
Published
vue-cli plugin to add Platform.sh configuration files to a Vue.js project
Downloads
150
Maintainers
Readme
vue-cli-plugin-platformsh
Platform.sh plugin for @vue/cli 3.0.
This plugin will generate the Platform.sh configuration files for your Vue.js project using Vue CLI.
Install
First you need to install @vue/cli globally (follow the instructions here).
If you start a new project, create the project with Vue CLI:
vue create my-vue-projectAdd the Platform.sh plugin:
cd my-vue-project
vue add platformshFetch Platform.sh environment variables
The plugin will automatically extract the Platform.sh environment variables.
To fetch those, you simply need to import the following package:
import platformshVar from 'platformsh_variables'