Skip to content

Instantly share code, notes, and snippets.

@jjab2020
Last active October 9, 2019 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjab2020/dceac3167f8e4ab57c7d9894bb05344f to your computer and use it in GitHub Desktop.
Save jjab2020/dceac3167f8e4ab57c7d9894bb05344f to your computer and use it in GitHub Desktop.
import 'jquery/dist/jquery.min.js';
import 'popper.js/dist/umd/popper.min.js';
import 'bootstrap/dist/js/bootstrap.min.js';
import Vue from 'vue';
let app = new Vue({
el: '#app',
data: {
firstname : "Jabrane",
lastname : "Jabri"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment