Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prefixaut/vue-cli-plugin-splitterino
CLI Plugin for Vue for easier Splitterino-Extension bundling
https://github.com/prefixaut/vue-cli-plugin-splitterino
Last synced: 2 days ago
JSON representation
CLI Plugin for Vue for easier Splitterino-Extension bundling
- Host: GitHub
- URL: https://github.com/prefixaut/vue-cli-plugin-splitterino
- Owner: prefixaut
- License: mit
- Created: 2020-06-27T22:47:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T00:17:11.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T23:55:49.268Z (almost 2 years ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue CLI Plugin: Splitterino
A custom CLI Plugin to easily bundle up your Splitterino Plugins and Templates.
## Install
Simply add the plugin via vue:
```
vue add splitterino
```## Usage
Once installed, the plugin has registered a new script `bundle`.
You may call it via `vue-cli-service` or with your package manager:
```
vue-cli-service bundle [options]
yarn bundle [options]
npm run bundle [options]
```For more information to the usage, use the `--help` flag.