@mc-proto/vue-cli-plugin-domain-boilerplate

0.2.1 • Public • Published

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).
  • 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

Readme

Keywords

none

Package Sidebar

Install

npm i @mc-proto/vue-cli-plugin-domain-boilerplate

Weekly Downloads

16

Version

0.2.1

License

ISC

Unpacked Size

7.33 kB

Total Files

16

Last publish

Collaborators

  • redskyburning