Here's my index.vue
file:
<template>
<section>
<p>Text</p>
</section>
</template>
<script>
package main | |
import ( | |
"fmt" | |
"math" | |
) | |
// ======================= | |
// The structs' definition | |
// ======================= |
package main | |
import ( | |
"fmt" | |
"math" | |
) | |
// ======================= | |
// The structs' definition | |
// ======================= |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<script src="./vue.js"></script> | |
<title>Document</title> | |
</head> | |
<body> | |
<div id="app"> |
Here's my index.vue
file:
<template>
<section>
<p>Text</p>
</section>
</template>
<script>
MINIMAL TOOL NAMES | |
git, npm, yarn, preload, sublime-text-3, numpy, pandas, matplotlib, scipy | |
INSTALLATIONS: | |
sudo apt update | |
sudo apt install git | |
sudo apt install preload | |
sudo apt install npm |