Skip to content

Commit f4c7457

Browse files
author
Mohan Raj Rajamanickam
committed
Add vue
1 parent 8826ed0 commit f4c7457

12 files changed

+18
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@
7070
[submodule "js/typescript/programming_typescript/resources/programming-typescript-answers"]
7171
path = js/typescript/programming_typescript/resources/programming-typescript-answers
7272
url = https://github.com/bcherny/programming-typescript-answers.git
73+
[submodule "js/vue/vue_getting_started_pluralsight/resources/vue-getting-started"]
74+
path = js/vue/vue_getting_started_pluralsight/resources/vue-getting-started
75+
url = https://github.com/johnpapa/vue-getting-started.git
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [Vue: Getting Started | Pluralsight](https://app.pluralsight.com/library/courses/vue-getting-started/table-of-contents)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
8+
<title>Document</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)