8000 TypeScript project generation in @vue/cli 3.0 by k3a · Pull Request #1668 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

TypeScript project generation in @vue/cli 3.0 #1668

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

Merged
merged 2 commits into from
Jun 3, 2018
Merged
Changes from 1 commit
Commits
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
8000
Diff view
Next Next commit
TypeScript project generation in @vue/cli 3.0
update information about generating TypeScript project using new @vue/cli 3.0
  • Loading branch information
k3a authored Jun 3, 2018
commit 5633e7b4d4202f38c7f1a98df47ba57217fa029e
2 changes: 1 addition & 1 deletion src/v2/guide/typescript.md
602E
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A static type system can help prevent many potential runtime errors, especially

Since these are [published on NPM](https://cdn.jsdelivr.net/npm/vue/types/), and the latest TypeScript knows how to resolve type declarations in NPM packages, this means when installed via NPM, you don't need any additional tooling to use TypeScript with Vue.

We also plan to provide an option to scaffold a ready-to-go Vue + TypeScript project in `vue-cli` in the near future.
Vue CLI (@vue/cli NPM package) is able to generate TypeScript project since version 3.0. To create a new project, start with `vue create <app-name>` and select `Manually select features`.

## Recommended Configuration

Expand Down
0