Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal TypeScript support option added #797

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
be474b0
Added minimal possible configuration option for typescript to work
Jul 13, 2017
7cf08a6
TypeScript Vue typings filtered
Jul 13, 2017
5df5b7c
Merge branch 'master' into minimal-typescript-option
igogrek Jul 18, 2017
4fd29f8
Merge remote-tracking branch 'upstream/develop' into minimal-typescri…
Oct 9, 2017
c7ca1a5
TypeScript unit test support
Oct 9, 2017
109ead8
Cleanup
Oct 9, 2017
5d4857a
Merge remote-tracking branch 'upstream/master' into minimal-typescrip…
Oct 16, 2017
31ae428
Merge branch 'develop' into minimal-typescript-option
Oct 16, 2017
150752a
Added Vue.extend for latest TypeScript definitions
Oct 16, 2017
e66b836
Removed vue shims
Oct 16, 2017
222ba2e
Removed allowSyntheticDefaultImports
Oct 22, 2017
ebe7bfd
Added chai TS typings for the unit test
Nov 14, 2017
9f06a63
Merge branch 'develop' into minimal-typescript-option
Nov 14, 2017
257b542
Put back vue-shims for better IDE support
Nov 15, 2017
d587493
Merge branch 'develop' into minimal-typescript-option
Nov 20, 2017
5bc2b0b
Vue shims moved to root for Karma to work properly, Jest support added
Nov 20, 2017
a6869f2
Merge branch 'develop' into minimal-typescript-option
Dec 4, 2017
84d90b4
tsconfig fix for Jest
Dec 4, 2017
9cdc05a
Fixed empty lines for when no typescript selected
Dec 4, 2017
4fc2e12
Whitespace fix
Dec 4, 2017
c5b4755
Merge branch 'develop' into minimal-typescript-option
Dec 19, 2017
e121082
Fixes after develop merge
Dec 19, 2017
0bbcf97
Cleanup
Dec 19, 2017
5d403d9
Added vue extension for better IDE support
Dec 21, 2017
0d1633e
Merge branch 'develop' into minimal-typescript-option
Jan 11, 2018
1a43702
Merge branch 'develop' into minimal-typescript-option
Jan 24, 2018
faac147
Test fixes
Jan 24, 2018
2e54c2b
Another test fix
Jan 24, 2018
74a6af8
Merge branch 'develop' into minimal-typescript-option
Feb 12, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup
iminin authored and iminin committed Oct 9, 2017
commit 109ead8af6c575cc0adebbde993b2b0618f5f5a3
2 changes: 1 addition & 1 deletion meta.js
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ module.exports = {
"test/e2e/**/*": "e2e",
"src/router/**/*": "router",
"tsconfig.json": "typescript",
"src/vue-shims.d.ts": "typescript"
"vue-shims.d.ts": "typescript"
},
"completeMessage": "To get started:\n\n {{^inPlace}}cd {{destDirName}}\n {{/inPlace}}npm install\n npm run dev\n\nDocumentation can be found at https://vuejs-templates.github.io/webpack",
"metalsmith": function (metalsmith, opts, helpers) {