Nuxt/examples/typescript-vuex
Kevin Marrec 2a1ee96a4b feat(ts): auto generate tsconfig.json (#4776)
* Bundle `@types/node` into `nuxt-ts` distribution

* feat(ts): Autogenerated tsconfig.json

* fix(examples): Update typescript examples

* fix(ts): Add `dist` & `tsconfig.json` to `pakage.json` files

* fix: add missing new line at the end of generated `tsconfig.json`

* add suffix if needed to `tsconfig.json` types during package build

* use `readJSON` over `readJSONSync`

* fix indentation in `nuxt-ts/tsconfig.json`

* use writeJson instead of writeFile

* split `nuxt-ts/src` in 2 functions + rootDir parametr + add tests

* add `fs-extra` to dependencies to prevent build warning

* JSON everywhere instead of JSON/Json

* fix: missing call to generateTsConfigIfMissing

* ask confirmation for tsconfig.json generation

* improvement: let compilerOptions.module as default

* improvements

* move from github link to friendly linkable local path

* add resolveJsonModule in default config

Co-Authored-By: kevinmarrec <kevin@marrec.io>

* Move `nuxt-ts` logic to `@nuxt/typescript`

* Upgrade to `ts-node@8.0.1`
2019-01-23 10:53:52 +01:00
..
assets/css feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
components feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
layouts feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
pages feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
static feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
store feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
README.md feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
nuxt.config.ts feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30
package.json feat(ts): auto generate tsconfig.json (#4776) 2019-01-23 10:53:52 +01:00
tsconfig.json feat(ts): auto generate tsconfig.json (#4776) 2019-01-23 10:53:52 +01:00
tslint.json feat(ts): typescript examples + improve `vue-app` typings (#4695) 2019-01-06 12:37:17 +03:30

README.md

TypeScript with Vuex example

https://nuxtjs.org/examples/typescript-vuex