Skip to content

Instantly share code, notes, and snippets.

@sorin-costea
sorin-costea / index.html
Created June 21, 2020 18:05
Vue.js if you're not a frontend developer
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vue test</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
</head>