![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
generator-jhipster-vuejs
Advanced tools
A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library
⚠️ Status: in development
JHipster-vuejs, a Vue.js blueprint for JHipster. It will use Vue.js as the frontend library. Check out our latest beta release
1.0.0-beta.2
to try this out.
This is a JHipster blueprint.
As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:
To install this blueprint:
npm install -g generator-jhipster-vuejs@1.0.0-beta.2
To update this blueprint:
npm update -g generator-jhipster-vuejs
To install this blueprint:
yarn global add generator-jhipster-vuejs@1.0.0-beta.2
To update this blueprint:
yarn global upgrade generator-jhipster-vuejs
To use this blueprint, run
jhipster --blueprint vuejs
During development of blueprint, please note the below steps. They are very important.
You'll probably need the current master of generator-jhipster :
https://github.com/jhipster/generator-jhipster/fork
git clone https://github.com/<your_username>/generator-jhipster
cd generator-jhipster
git remote add upstream https://github.com/jhipster/generator-jhipster
git fetch upstream && git checkout master && git rebase upstream/master
npm ci
npm link
Then, about jhipster-vuejs :
https://github.com/jhipster/jhipster-vuejs/fork
git clone https://github.com/<your_username>/jhipster-vuejs
cd jhipster-vuejs
git remote add upstream https://github.com/jhipster/jhipster-vuejs
git fetch upstream && git checkout master && git rebase upstream/master
npm ci
npm link
npm link generator-jhipster
mkdir my-app
cd my-app
npm link generator-jhipster-vuejs
jhipster -d --blueprint vuejs
Apache-2.0 © Deepu K Sasidharan
FAQs
A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library
The npm package generator-jhipster-vuejs receives a total of 134 weekly downloads. As such, generator-jhipster-vuejs popularity was classified as not popular.
We found that generator-jhipster-vuejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.