Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeneser/generator-vue-plugin
Yeoman generator generating vue plugin :rocket:
https://github.com/jeneser/generator-vue-plugin
vue vue-plugin vue2 yeoman yeoman-generator
Last synced: 16 days ago
JSON representation
Yeoman generator generating vue plugin :rocket:
- Host: GitHub
- URL: https://github.com/jeneser/generator-vue-plugin
- Owner: jeneser
- License: mit
- Created: 2017-06-08T09:49:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T07:54:35.000Z (over 7 years ago)
- Last Synced: 2024-10-13T17:31:29.938Z (about 1 month ago)
- Topics: vue, vue-plugin, vue2, yeoman, yeoman-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-vue-plugin
- Size: 85.9 KB
- Stars: 29
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-vue-plugin [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Yeoman generator generating vue plugin :rocket:
## Features
Please see our [package.json](https://github.com/jeneser/generator-vue-plugin/blob/master/package.json) for up to date information on what we support.
- Build library with Rollup + Babel + Uglify
- Webpack + vue-loader for single file Vue components.
- State preserving hot-reload
- State preserving compilation error overlay
- Lint-on-save with ESLint
- Source maps
- JavaScript minified with UglifyJS.
- HTML minified with html-minifier.
- CSS across all components extracted into a single file and minified with cssnano.*For more information on what this generator can do for you, take a look at the [package.json](https://github.com/jeneser/generator-vue-plugin/blob/master/package.json) and [webpack templates](https://github.com/vuejs-templates/webpack)
## Installation
First, install [Yeoman](http://yeoman.io) and generator-vue-plugin using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-vue-plugin
```Then generate your new project:
```bash
yo vue-plugin
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## Contribute
Please make sure to read the [Contributing Guide](https://github.com/jeneser/generator-vue-plugin/blob/master/CONTRIBUTING.md) before making a pull request.
## License
MIT © Copyright (c) 2017 [Jeneser](https://github.com/jeneser)
[npm-image]: https://badge.fury.io/js/generator-vue-plugin.svg
[npm-url]: https://npmjs.org/package/generator-vue-plugin
[travis-image]: https://travis-ci.org/jeneser/generator-vue-plugin.svg?branch=master
[travis-url]: https://travis-ci.org/jeneser/generator-vue-plugin
[daviddm-image]: https://david-dm.org/jeneser/generator-vue-plugin.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/jeneser/generator-vue-plugin