@mc-proto/vue-cli-plugin-domain-boilerplate
v0.2.1
Published
A Vue CLI plugin for creating micro frontends
Downloads
27
Readme
Management Console Domain Boilerplate
A Vue CLI plugin for creating micro frontends
Usage
- Install Vue CLI (if you haven't already).
npm install -g @vue/cli
- Create a Vue project:
vue create my-new-domain
- Select
Manually select features
- You'll be asked to select a number of options, use what makes sense for your project, but be sure to select vue-router, css-preprocessors and sass (either dart or node).
- Select
- Cd into the project folder.
cd my-new-domain
- (Optional) Add stylelint plugin and invoke.
npm install -D @ascendancyy/vue-cli-plugin-stylelint && vue invoke @ascendancyy/vue-cli-plugin-stylelint
- Add the plugin.
npm install --save-dev @mc-proto/vue-cli-plugin-domain-boilerplate
. - Invoke the plugin:
vue invoke @mc-proto/vue-cli-plugin-domain-boilerplate
- Serve it up:
npm run serve
- Check out the app