30 minutes or less/dinner/meat/recipes/snacks/vietnamese food

Banh Mi Taco Recipe

Posted September 2, 2013 by Stephanie

These banh mi tacos combine two of my favourite things: banh mi and tacos. Sometimes it not so easy finding fresh Vietnamese baguettes (I’m quite picky about the bread my banh mi is made on) and for some reason, using tortillas seemed like the obvious answer. Vietnamese and Mexican food share a love for limes, cilantro and spiciness so it’s natural to pair them up.

banhmitacos-6

If you have all the ingredients sitting in your fridge, these tacos are a breeze to make up. I used some left over pulled pork as the meat, but feel free to substitute in any protein you like. What makes it taste Vietnamesesque are the mayo, pickles, and cilantro. If you don’t have any pate sitting around, don’t bother heading out to the store, but if you do have it, it adds that extra layer of umami that real banh mi have.

Simple, refreshing and addictive, these little tacos were the best lunch treat ever!

banhmitacos-8

i am sandwich insides, i am in a taco: i am banh mi taco!

Banh Mi Taco Recipe
makes as many as needed

Pickles

  • 1/2 teaspoon salt
  • 1/2 teaspoon sugar
  • 1 cup matchstick daikons
  • 1 cup matchstick carrots

Tacos

  • fresh tiny tortillas
  • pork pate
  • kewpie mayonnaise
  • pulled pork, or protein of your choice
  • quick pickled daikon and carrots
  • sliced jalapeños
  • cilantro
  • sriracha
    limes

Make the pickles: In a bowl, sprinkle the salt and sugar over the carrots and daikons. Let stand for 30 minutes, rinse and enjoy.

Warm your tortillas, spread with a bit of pate, squirt on a touch of mayo, and pile on the pulled pork. Top with daikon, carrots, jalapeños, cilantro and a squirt of sriracha. Squeeze on some lime and you’re good to go!

Make as many as needed.

banhmitacos-9

 

19 Comments

  1. I am looking at these and my mouth is watering! I swear!!

  2. kellypea says:

    Oh, I am all over this. Gorgeous.

  3. Jennifer says:

    Wow! These were fantastic. Used your slow-roasted pork shoulder recipe for the protein, and it was superb. I love everything sriracha. Your recipes are delicious. Thanks for sharing.

  4. JML says:

    Hi,

    I have about 1000 recipes bookmarked on my iPad and would LOVE to print them out. Do you have a print link on any of your recipes? Sorry if I overlooked it!

    1. Stephanie Le says:

      hi! i’m working on a print button, but in the mean time, you can copy and paste the recipe into a word file, then print it out :)

Leave a Reply

Your email address will not be published. Required fields are marked *

$(function(){ var trigger = $('.hamburger'), overlay = $('.overlay'), isClosed = false; trigger.click(function () { hamburger_cross(); }); function hamburger_cross() { if (isClosed == true) { overlay.hide(); trigger.removeClass('is-open'); trigger.addClass('is-closed'); isClosed = false; } else { overlay.show(); trigger.removeClass('is-closed'); trigger.addClass('is-open'); isClosed = true; } } $('[data-toggle="offcanvas"]').click(function () { $('#wrapper').toggleClass('toggled'); }); bindBehavior.subscribe(); });