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: 12 months ago
JSON representation
Vue CLI plugin for multiple file component projects (WIP)
- Host: GitHub
- URL: https://github.com/ktsn/vue-cli-plugin-mfc
- Owner: ktsn
- License: mit
- Created: 2018-06-18T13:22:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T15:06:06.000Z (almost 8 years ago)
- Last Synced: 2025-04-29T07:42:33.806Z (12 months ago)
- Topics: multiple-file-upload, vue-cli, vue-cli-plugin, vue-template-loader, vuejs
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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