0.0.1 • Published 5 years ago

generator-jhipster-vuejsx v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

generator-jhipster-vuejs2

NPM version Build Status Dependency Status

JHipster module, jHipster generator for vuejs client side

Introduction

This is a JHipster module, that is meant to be used in a JHipster application.

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-vuejs2

In order for the entity post hook to work, the module should be installed locally

yarn add generator-jhipster-vuejs2

npm install generator-jhipster-vuejs2

To update this module:

yarn global upgrade generator-jhipster-vuejs2

With NPM

To install this module:

npm install -g generator-jhipster-vuejs2

To update this module:

npm update -g generator-jhipster-vuejs2

Usage

yarn add generator-jhipster-vuejs2 --latest
yo jhipster-vuejs2

License

MIT © Ilovepotatoes