jhipster / jhipster-vuejs

A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library!
https://www.jhipster.tech
Apache License 2.0
301 stars 179 forks source link

does it work for creating a new page? #606

Open china-fengguan opened 4 years ago

china-fengguan commented 4 years ago

jhipster --blueprint vuejs page

it causes some info as follow: page is not a known command. See 'jhipster --help'

or there is specific usage?

Another issue request is created in entity audit log module, because it doesn't generate vue front-end source code, not sure where it can be achieved.

pascalgrimaud commented 4 years ago

jhipster page works for me:

16:13:19 in ~/tmp/05-vuejs on  master [!?] took 5s 
➜ jhipster page                   
INFO! Using JHipster version installed globally
INFO! No custom sharedOptions found within blueprint: generator-jhipster-vuejs at /home/pgrimaud/.npm-global/lib/node_modules/generator-jhipster-vuejs
INFO! Executing jhipster-vuejs:page
INFO! Options: from-cli: true
? What is the name of your page? (MyPage) 

About your other request, it's related to this module, not here. So you have 2 options:

china-fengguan commented 4 years ago

jhipster commands list has been checked here, there is no 'page', is it operation system specific? I am using windows 10.

D:\jhipstertest>jhipster page INFO! Using JHipster version installed globally page is not a known command. See 'jhipster --help'

china-fengguan commented 4 years ago

Commands: app [Default] Create a new JHipster application based on the selected options aws Deploy the current application to Amazon Web Services aws-containers Deploy the current application to Amazon Web Services using ECS azure-app-service Deploy the current application to Azure App Service azure-spring-cloud Deploy the current application to Azure Spring Cloud ci-cd Create pipeline scripts for popular Continuous Integration/Continuous Deployment tools cloudfoundry Generate a deploy/cloudfoundry folder with a specific manifest.yml to deploy to Cloud Foundry docker-compose Create all required Docker deployment configuration for the selected applications entity [name] Create a new JHipster entity: JPA entity, Spring server-side components and Angular client-side components export-jdl [jdlFile] Create a JDL file from the existing entities gae Deploy the current application to Google App Engine heroku Deploy the current application to Heroku import-jdl [jdlFiles...] Create entities from the JDL file/content passed in argument. By default everything is run in parallel. If you like to interact with the console use '--interactive' flag. info Display information about your current project and system kubernetes|k8s Deploy the current application to Kubernetes kubernetes-helm|k8s-helm Deploy the current application to Kubernetes using Helm package manager kubernetes-knative|knative Deploy the current application to Kubernetes using knative constructs languages [languages...] Select languages from a list of available languages. The i18n files will be copied to the /webapp/i18n folder openshift Deploy the current application to OpenShift spring-service|service [name] Create a new Spring service bean spring-controller [name] Create a new Spring controller openapi-client Generates java client code from an OpenAPI/Swagger definition upgrade Upgrade the JHipster version, and upgrade the generated application upgrade-config Upgrade the JHipster configuration completion Print command completion script INFO! For more info visit https://www.jhipster.tech

superzjn commented 3 years ago

Not working for me neither. Tried "jhipster --blueprint vuejs page" and "jhipster page"