1.1.1 • Published 5 years ago

vue-cli-plugin-platformsh v1.1.1

Weekly downloads
48
License
MIT
Repository
github
Last release
5 years ago

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

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago