https://github.com/adambullmer/generator-vue-component-bundle
Generates Components for apps built with Vue.js 2.0, Vuex, and Vue-Router
https://github.com/adambullmer/generator-vue-component-bundle
vue vuejs vuex yeoman yeoman-generator
Last synced: 2 months ago
JSON representation
Generates Components for apps built with Vue.js 2.0, Vuex, and Vue-Router
- Host: GitHub
- URL: https://github.com/adambullmer/generator-vue-component-bundle
- Owner: adambullmer
- License: other
- Created: 2017-08-02T02:34:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T04:56:57.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T15:19:51.571Z (3 months ago)
- Topics: vue, vuejs, vuex, yeoman, yeoman-generator
- Language: JavaScript
- Size: 118 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-vue-component-bundle [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Generates Components for apps built with Vue.js 2.0, Vuex, and Vue-Router## Installation
First, install [Yeoman](http://yeoman.io) and generator-vue-component-bundle 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-component-bundle
```Then generate your new project:
```bash
yo vue-component-bundle
```## 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/).## License
AGPL-3.0 © [Adam Bullmer]()
[npm-image]: https://badge.fury.io/js/generator-vue-component-bundle.svg
[npm-url]: https://npmjs.org/package/generator-vue-component-bundle
[travis-image]: https://travis-ci.org/adambullmer/generator-vue-component-bundle.svg?branch=master
[travis-url]: https://travis-ci.org/adambullmer/generator-vue-component-bundle
[daviddm-image]: https://david-dm.org/adambullmer/generator-vue-component-bundle.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/adambullmer/generator-vue-component-bundle
[coveralls-image]: https://coveralls.io/repos/adambullmer/generator-vue-component-bundle/badge.svg
[coveralls-url]: https://coveralls.io/r/adambullmer/generator-vue-component-bundle