-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (35 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="favicon.ico">
<title>sanlex-vue</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
<h2>sanlex-Vue</h2>
<p> The code is in the <a href="https://github.com/funderburkjim/sanlex-vue">sanlex-vue repository.
</p>
<a href="basicv0.1/index.html">Learning Vue, part 1 </a>
<br/>
<a href="basicv0.1a/index.html">Learning Vue, part 2 </a>
<br/>
<a href="basicv0.2/index.html"><b>basicv0.2</b> Basic Display</a>
<br/>
<a href="basicv0.2a/index.html"><b>basicv0.2a</b> Basic Display, refactored</a>
<br/>
<a href="basicv0.2b/index.html"><b>basicv0.2b</b> Basic Display, refactored again</a>
<br/>
<a href="basicv0.2c/index.html"><b>basicv0.2c</b> Basic Display, two dictionaries</a>
<br/>
<a href="basicv0.3/index.html"><b>basicv0.3</b> Basic Display with wordlists</a>
<br/>
<a href="basicv0.4/index.html"><b>basicv0.4</b> Basic Display with wordlists</a> - refactoring of basicv0.3, with different format for wordlists.
<br/>
<a href="basicv0.4-dcs/index.html"><b>basicv0.4-dcs</b></a>
Wordlists scraped from <a href="http://kjc-sv013.kjc.uni-heidelberg.de/dcs/">Digital Corpus of Sanskrit (DCS)</a>
<br/>
</body>
</html>