1.0.0 • Published 5 years ago

vue-cli-plugin-initial v1.0.0

Weekly downloads
21
License
UNLICENSED
Repository
-
Last release
5 years ago

@mc-dxp/vue-cli-plugin-dxp

DXP Plugin for Vue CLI 3

Allows:

  • creating new Vue.js projects with DXP integration,
  • adding DXP integration to existing Vue CLI 3 projects

Use

# install Vue CLI 3
yarn global add @vue/cli

# verify Vue CLI version
vue --version # should return >= 3.0.0

# create new Vue.js DXP project
vue create -p @mc-dxp/vue-cli-plugin-dxp

# or

# add DXP to existing Vue.js project (projects created with Vue CLI 3 only)
vue invoke @mc-dxp/vue-cli-plugin-dxp

Development

Vue CLI Plugin Guide

Developed/tested using Verdaccio by making plugin changes, publishing to Verdaccio, then testing the various commands (vue create, vue add, etc.).

@TODO

  • add error logging e.g. for missing expected template matches (generator/index.js)
  • integrate governance/best practices

References