0.1.0 • Published 6 years ago

vue-cli-plugin-mfc v0.1.0

Weekly downloads
136
License
MIT
Repository
github
Last release
6 years ago

Vue CLI Plugin MFC

Vue CLI plugin for multiple file component projects.

What is MFC (Multiple File Component)?

It is opposite thing of single file component (SFC). While SFC includes all things in one file (.vue file), MFC splits a component in separated files:

└── App
    ├── App.css
    ├── App.html
    └── App.js

vue-cli-plugin-mfc helps you to construct your project with MFCs by using vue-template-loader on the internal webpack config in Vue CLI service.

Installation

# make sure you already installed @vue/cli
$ vue add mfc

License

MIT