Security News
Supply Chain Attack Detected in @solana/web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
generator-jhipster-svelte
Advanced tools
A svelte.js blueprint to generate cybernetically enhanced web applications.
Generate cybernetically enhanced JHipster web applications
:construction: Under active development
This is a JHipster blueprint, that intends to use Sapper / Svelte as the client side development framework.
This guide assumes that you have already setup JHipster on your workstation.
To install the blueprint, run below command:
npm install -g generator-jhipster-svelte
To update the blueprint, run below command:
npm update -g generator-jhipster-svelte
To use the blueprint, run the below command:
jhipster --blueprints svelte
To develop against the latest code, follow below steps:
git clone https://github.com/jhipster/generator-jhipster-svelte.git
cd generator-jhipster-svelte
docker build -t jhipster/svelte-hipster:latest .
mkdir svelte-app && cd svelte-app
docker run -it --rm -v $PWD:/app jhipster/svelte-hipster
You can also run the generated application from within the container. Following examples consider maven
as the build tool:
docker run -it --rm -v $PWD:/app -v ~/.m2:/home/jhipster/.m2 --entrypoint ./mvnw jhipster/svelte-hipster clean test
dev
profile, use the command:docker run -it --rm -v $PWD:/app -v ~/.m2:/home/jhipster/.m2 -p 8080:8080 --entrypoint ./mvnw jhipster/svelte-hipster -DskipTests
Access application with http://localhost:8080/
If you would like to access the container file system, you can also attach a bourne shell:
docker run -it --rm -v $PWD:/app -v ~/.m2:/home/jhipster/.m2 --entrypoint sh jhipster/svelte-hipster
To setup your development environment, follow below steps:
cd generator-jhipster-svelte
npm link
cd generator-jhipster
npm link
cd generator-jhipster-svelte
npm link generator-jhipster
JHipster
and svelte
blueprint.mkdir my-app && cd my-app
npm link generator-jhipster-svelte
npm link generator-jhipster (Optional: Needed only if you are using a non-released JHipster version)
jhipster --blueprints svelte
Apache-2.0 © Vishal Mahajan
FAQs
A svelte.js blueprint to generate cybernetically enhanced web applications.
We found that generator-jhipster-svelte demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.