在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jhipster/jhipster-vuejs开源软件地址:https://github.com/jhipster/jhipster-vuejs开源编程语言:TypeScript 47.5%开源软件介绍:IntroductionThis is a JHipster blueprint. PrerequisitesAs this is a JHipster blueprint, we expect you have JHipster and its related tools already installed: InstallationWith NPMTo install this blueprint: npm install -g generator-jhipster-vuejs To update this blueprint: npm update -g generator-jhipster-vuejs With YarnTo install this blueprint: yarn global add generator-jhipster-vuejs To update this blueprint: yarn global upgrade generator-jhipster-vuejs UsageTo use this blueprint, run jhipster --blueprints vuejs Using DockerDownload the Dockerfile: mkdir docker
cd docker
wget https://github.com/jhipster/jhipster-vuejs/raw/master/docker/Dockerfile Build the Docker images: docker build -t jhipster-generator-vuejs:latest . Make a folder where you want to generate the Service: mkdir service
cd service Run the generator from image to generate service: docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-vuejs Run and attach interactive shell to the generator docker container to work from inside the running container: docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-vuejs /bin/bash Create a new component pageTo create a new Vue.js empty page, run jhipster --blueprints vuejs page Running local Blueprint version for developmentDuring development of blueprint, please note the below steps. They are very important.
You'll probably need the current master of generator-jhipster :
Then, about jhipster-vuejs :
mkdir my-app
cd my-app
npm link generator-jhipster-vuejs
jhipster -d --blueprints vuejs LicenseApache-2.0 © Deepu K Sasidharan |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论