Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktsn/vue-cli-plugin-mfc

Vue CLI plugin for multiple file component projects (WIP)
https://github.com/ktsn/vue-cli-plugin-mfc

multiple-file-upload vue-cli vue-cli-plugin vue-template-loader vuejs

Last synced: about 1 month ago
JSON representation

Vue CLI plugin for multiple file component projects (WIP)

Awesome Lists containing this project

README

        

# 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](https://github.com/ktsn/vue-template-loader) on the internal webpack config in Vue CLI service.

## Installation

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

## License

MIT