Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-jhipster-vuejs
Advanced tools
A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library
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
To update this blueprint:
npm update -g generator-jhipster-vuejs
To install this blueprint:
yarn global add generator-jhipster-vuejs
To update this blueprint:
yarn global upgrade generator-jhipster-vuejs
To use this blueprint, run
jhipster --blueprints vuejs
To create a new Vue.js empty page, run
jhipster --blueprint vuejs page
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 --blueprints 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 243 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.