vue-cli-plugin-platformsh

1.1.1 • Public • Published

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-project

Add the Platform.sh plugin:

cd my-vue-project
vue add platformsh

Fetch 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'

/vue-cli-plugin-platformsh/

    Package Sidebar

    Install

    npm i vue-cli-plugin-platformsh

    Weekly Downloads

    31

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    4.55 kB

    Total Files

    9

    Last publish

    Collaborators

    • guguss