VueJS, TailwindCSS & FrappeUI Training - Day 3 | Getting started with FrappeUI

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024

ความคิดเห็น • 10

  • @robertomarianic
    @robertomarianic หลายเดือนก่อน

    Excellent! thanks

  • @shaikhAbdulNadir
    @shaikhAbdulNadir หลายเดือนก่อน

    Serving VueJs SPA from custom Frappe apps , I have followed all the steps as mentioned in the video such as putting todo.html in www directory of frappe custom app and assets in public folder but it's showing blank page not the content , when I am running these files by keeping them in other folder and running using live server it's working properly , please tell me what is wrong

  • @ntdude
    @ntdude หลายเดือนก่อน

    @BuidWithHussain Your installation in frappe cloud worked fine in the first go. But when I do the same - that is - in a different environment I pull latest code and run bench build, it fails while building the Vue app. I have to manually cd into the Vue app folder and run: yarn install. Post that bench build succeeds.
    How did it work for you in the frappe cloud in the first go? When does postinstall execute? Am I missing a step?

    • @BuildWithHussain
      @BuildWithHussain  17 วันที่ผ่านมา

      Check your root package.json file for postinstall command. (Should be something like: cd frontend/ && yarn install)

  • @robertomarianic
    @robertomarianic หลายเดือนก่อน

    Hello. Thank you for your video. Frappe HR mobile use this framework?

  • @goldenearth9647
    @goldenearth9647 11 ชั่วโมงที่ผ่านมา

    How to mount vue app inside bench and run bench start without having to start vue app yarn dev

    • @BuildWithHussain
      @BuildWithHussain  2 ชั่วโมงที่ผ่านมา

      Run bench build and that should do it. Dev server is for development, in production it doesn’t run.