1.0.0 • Published 6 years ago
vue-cli-plugin-initial v1.0.0
@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
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
1.0.0
6 years ago