Skip to content

Conversation

danielroe
Copy link
Member

@danielroe danielroe commented Dec 7, 2019

  1. Add warning to ensure to await Nuxt readiness - to ensure @nuxt/typescript-build is loaded before proceeding. It seems simple enough that I'm not sure we need a cookbook or more extended example - just works out-of-the-box if you do this.

  2. Add example of how to use with TS config, locale modules or serverMiddleware - along with a warning that this is unsupported and for advanced users only.

closes #219, #193, #154, #139

Copy link
Contributor

@kevinmarrec kevinmarrec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @danielroe

@kevinmarrec kevinmarrec added the documentation The issue or pull request related to the documentation label Dec 8, 2019
@kevinmarrec kevinmarrec merged commit 2080c03 into nuxt:master Dec 8, 2019
kevinmarrec pushed a commit that referenced this pull request Dec 8, 2019
* docs(ja): fix package.json in runtime section from #210

* docs(ja): reorder yarn command to be before npm command (from #235)

* docs(ja): add warning for programmatic usage (from #233)

* docs(ja): add information on adding vue-shim.d.ts (from #234)
kevinmarrec pushed a commit that referenced this pull request Dec 9, 2019
* docs(ja): fix package.json in runtime section from #210

* docs(ja): reorder yarn command to be before npm command (from #235)

* docs(ja): add warning for programmatic usage (from #233)

* docs(ja): add information on adding vue-shim.d.ts (from #234)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation The issue or pull request related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nuxt typescript. Ignore vuex *.ts files on store folder

2 participants