Skip to content

Commit a41ea9b

Browse files
committed
initialize VueJS & TypeScript
$ npm install vue --save $ npm install typescript --save
0 parents  commit a41ea9b

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "vuejs-typescript",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"author": "Toni Uebernickel <tuebernickel@gmail.com>",
9+
"license": "MIT",
10+
"dependencies": {
11+
"typescript": "^2.5.3",
12+
"vue": "^2.5.2"
13+
}
14+
}

0 commit comments

Comments
 (0)