-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use this cli ? #3
Comments
Hi. Sorry for not having answered you before. It is a challenge to make a documentation but we are working on that. I'll try to leave you here a few steps so you can compile the Build.js It will be a rough way but Odoo-Webkit and Vodoo-Cli are not easy to understand the first time. |
Hi. Sorry for not having answered you before. It is a challenge to make a documentation but we are working on that. I'll try to leave you here a few steps so you can compile the Build.js It will be a rough way but Odoo-Webkit and Vodoo-Cli are not easy to understand the first time. |
Lo Hare en espanol asi que deberas traducir luego 😋 Luego de Clonar el repositorio debes acceder a la ruta vudoo-cli. Una vez ahí haces yarn -i o npm install. Yo te recomiendo yarn. Es el que usamos. Instaladas las dependencias, accedes a vudoo-cli/bin Acá viene la magia!
Empecemos. Si todo esta Bien instalado, podrías escribir vudoo-cli y te saldría la ayuda automática. Luego hagamos Esto! ... ... _vudoo-cli init new_module -t odoo10-semantic -d /home/user/folder_ New_module es el nombre que le das al modulo. Puedes ver lo que te digo en el repositorio de https://github.com/BMKeros/vudoo-templates Aca estan las ramas correspondientes a odoo y al frameword. Una vez corrido el comando general, debes acceder a new_module/static/src/js/vue y hacer yarn -i Luego de instalar todas las dependencias, corre yarn build. Corre con odoo tu modulo y Listo. Deberia correr. Espero y te sirva la ayuda! |
👍 ,cool , cool , cool !!! Thanks . love it ! |
Hi @kalmenchia ./vudoo-cli init my_module -t name_template -d path_dest the available templates are in the vudoo-templates repository example using template odoo10-vuetify ./vudoo-cli init my_module_vue -t odoo10-vuetify -d /home/my_user/projects
the options are: |
Hi ,the challenge to me is there is no documentation and i am also not familiar with Nodejs , so i not sure how to use this cli , can anyone help me to learn how to use vudoo-cli ? thanks.
The text was updated successfully, but these errors were encountered: