Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ktsn/vue-cli-plugin-mfc
- Owner: ktsn
- License: mit
- Created: 2018-06-18T13:22:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T15:06:06.000Z (over 6 years ago)
- Last Synced: 2024-11-15T07:51:46.878Z (about 1 month ago)
- Topics: multiple-file-upload, vue-cli, vue-cli-plugin, vue-template-loader, vuejs
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 3
- 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