API Driven Application with Vue.js, JSON-Server and Axios

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

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

  • @swojnowski453
    @swojnowski453 2 ปีที่แล้ว +1

    It was a good review of basics of vue after a break of 2 years! Well done! You have just earned a new subscriber ;).

  • @Sirot1d
    @Sirot1d 2 ปีที่แล้ว

    The most useful video I ever met. More than enough to understand what is what

  • @fredoscar499
    @fredoscar499 4 ปีที่แล้ว +2

    Clear and concise video. Great to see someone representing the North East!

  • @vakyz5333
    @vakyz5333 5 ปีที่แล้ว +1

    Short, simple and Decent code. 11/10

  • @rubelmiah6829
    @rubelmiah6829 4 ปีที่แล้ว +2

    It is a very helpful tutorial for me. I have learned a lot from this tutorial. Bro, Thank you a lot of thousands ......................... I am very grateful to you. love love love

  • @anishgeorge565
    @anishgeorge565 5 ปีที่แล้ว +3

    Very nice presentation. Looking for more 😀

    • @denniszenanywhere
      @denniszenanywhere 5 ปีที่แล้ว

      Agree. It's a nice presentation. Can you please expand on this? I want to see how designing is like in Vue. And what VSC theme are you using?

  • @odn7769
    @odn7769 3 ปีที่แล้ว

    exactly what i was searching for! Thanks!

  • @dbroche
    @dbroche 5 ปีที่แล้ว +1

    Bang up video Paul, thanks for putting it together!

  • @gregoriusyoga7456
    @gregoriusyoga7456 4 ปีที่แล้ว +14

    Nc tutorial. But can you complete that function for CRUD ? I'd love to see later

  • @vaisakmaritz8997
    @vaisakmaritz8997 4 ปีที่แล้ว +1

    so helpful paul.thanks a lot.

  • @AnyFactor
    @AnyFactor 4 ปีที่แล้ว +2

    Thank you. Was this close to setting up backend framework.

  • @SajidLatifDK
    @SajidLatifDK 5 ปีที่แล้ว

    Video of high quality.. Thanks 🙏

  • @Laflamablanca969
    @Laflamablanca969 4 ปีที่แล้ว +1

    Brilliant tutorial, well done

  • @BenHayat
    @BenHayat 4 ปีที่แล้ว +1

    Excellent video

  • @sukurullasheikh3301
    @sukurullasheikh3301 4 ปีที่แล้ว

    i'm finding that type of video to help ever an ever

  • @vakyz5333
    @vakyz5333 5 ปีที่แล้ว +3

    Can you add more Delete and Update

  • @ghodsiehshahsavan5902
    @ghodsiehshahsavan5902 2 ปีที่แล้ว

    So good. Thanks. And there's no need for subtitles. It hide bottom of the code page

  • @vegetabulls278
    @vegetabulls278 3 ปีที่แล้ว +1

    Cheers - For anyone who can't get the data to display (I was using a Node+Express API backend instead of JSON-Server and ran into this problem), you may need to allow cross-site API access (install the "cors" library for Express)

  • @ambeshsharma8290
    @ambeshsharma8290 3 ปีที่แล้ว

    perfect match today i find

  • @vladislavplotnikov1245
    @vladislavplotnikov1245 4 ปีที่แล้ว +2

    how to create a function that removes some task?

  • @stephanngaha8405
    @stephanngaha8405 5 ปีที่แล้ว +1

    Great!!! Thanks

  • @khanriyaz24
    @khanriyaz24 3 ปีที่แล้ว

    Thanks bro.

  • @flouflis16
    @flouflis16 ปีที่แล้ว

    Thank you for your help. can you please help me input a numerical ID next to every todo? Do i amend the async created? Many thanks

  • @LuisOtavioZimmermann
    @LuisOtavioZimmermann 3 ปีที่แล้ว

    Great video.
    If you want to delete or edit a todo, all you need to do is create the 2 new methods and pass the axios.delete and axios.put into it?
    Thanks for the vid!

  • @marcossamuel4579
    @marcossamuel4579 4 ปีที่แล้ว +2

    What is the name of the font you are using ?

  • @sivakumarlakshmanan2225
    @sivakumarlakshmanan2225 3 ปีที่แล้ว

    Nice one

  • @talaba_vlogs
    @talaba_vlogs 3 ปีที่แล้ว

    how did you split your screen into two??? I couldnt find way to display my chrome along with Visual studio

  • @emsdy6741
    @emsdy6741 4 ปีที่แล้ว

    Hello Sir. Thanks for the video.
    I have a problem in the post method.
    When I checked the json file, the new data was not appended.
    Still trying to figure out why.

  • @danishchief1078
    @danishchief1078 4 ปีที่แล้ว +1

    Hello, I have a concern about Unexpected console statement (no-console) how can I fix this? Its directing to console.error(e); function in catch (e)
    i fix it already you can input //eslint-disable-next-line no-console up the console.error(e);
    code:
    async created() {
    try {
    const res = await axios.get(baseURL);
    this.todos = res.data;
    } catch (e) {
    //eslint-disable-next-line no-console

    • @paulhalliday
      @paulhalliday  4 ปีที่แล้ว

      It looks like your linter is set to have no console logs within your project. :)

  • @jorge88824
    @jorge88824 4 ปีที่แล้ว

    After hard-refresh of the page/app the data is gone. Any ideas?

  • @vipuldimri6571
    @vipuldimri6571 5 ปีที่แล้ว

    I am getting error on cmd window that file has changes reloading file in red color , i am updating json file after every 30 sec .cmd window automatically closes after several error . Does anybody know how to solve that ?

  • @sadafamini-nia483
    @sadafamini-nia483 4 ปีที่แล้ว

    omg .... :) thanks alot

  • @StrifeSoul
    @StrifeSoul 5 ปีที่แล้ว

    The data i put on db.json doesn't load :S

    • @jerricktan9321
      @jerricktan9321 4 ปีที่แล้ว

      same here, do you know how to solve it ?

  • @deki90to
    @deki90to 3 ปีที่แล้ว

    TEST IT !!!!!!!!!!!!!!!!

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

    API Driven?!

  • @idocohen5986
    @idocohen5986 3 ปีที่แล้ว

    What is the name of the font you are using ?