An open API service indexing awesome lists of open source software.

https://github.com/bdfoster/generator-nomatic-web-material

Yeoman generator for a Vue.js project using Material Design UI components
https://github.com/bdfoster/generator-nomatic-web-material

Last synced: about 1 year ago
JSON representation

Yeoman generator for a Vue.js project using Material Design UI components

Awesome Lists containing this project

README

          

# generator-nomatic-web-material [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Yeoman generator for a Vue.js project using Material Design UI components

## Installation

First, install [Yeoman](http://yeoman.io) and generator-nomatic-web-material 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-nomatic-web-material
```

Then generate your new project:

```bash
yo nomatic-web-material
```

## 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

MIT © [Brian Foster](https://bdfoster.github.io)

[npm-image]: https://badge.fury.io/js/generator-nomatic-web-material.svg
[npm-url]: https://npmjs.org/package/generator-nomatic-web-material
[travis-image]: https://travis-ci.org/bdfoster/generator-nomatic-web-material.svg?branch=master
[travis-url]: https://travis-ci.org/bdfoster/generator-nomatic-web-material
[daviddm-image]: https://david-dm.org/bdfoster/generator-nomatic-web-material.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/bdfoster/generator-nomatic-web-material
[coveralls-image]: https://coveralls.io/repos/bdfoster/generator-nomatic-web-material/badge.svg
[coveralls-url]: https://coveralls.io/r/bdfoster/generator-nomatic-web-material