Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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
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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.