Nuxt/test/fixtures
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
..
async-config feat(cli): support async nuxt.config.js (#4021) 2018-10-18 19:27:35 +03:30
basic fix(builder): js layout (#4701) 2019-01-07 15:44:51 +03:30
children refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
cli feat: dx improvements (#4259) 2018-11-08 12:45:56 +03:30
config-explicit refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
custom-app-template fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
custom-dirs refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
dynamic-routes fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
empty fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
error fix: appveyor test failure (#3754) 2018-08-17 22:25:23 +02:00
extract-css refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
https feat(core, cli): builtin support of https and unix sockets (#3831) 2018-09-02 13:50:25 +04:30
meta-attrs feat(vue-app, vue-renderer): support meta headAttrs (#4536) 2018-12-14 17:36:26 +03:30
missing-pages-dir refactor: cleanups and code style improvements (#4788) 2019-01-18 00:48:29 +03:30
missing-plugin Display proper error when specified plugin isn't found (#3672) 2018-08-10 15:48:27 +01:00
missing-style-resource feat: improve SSR bundle (#4439) 2018-12-01 13:43:28 +03:30
modern fest: add build.corssorgin (#4472) 2018-12-05 19:51:58 +03:30
module fix(builder, module): addLayout and nuxt.config precedence over auto-scanned layouts (#4702) 2019-01-09 14:27:46 +03:30
named-views feat(vue-app): support named views (#4410) 2018-12-20 16:50:22 +01:00
route-name-splitter feat(router): custom route name splitter (#4598) 2018-12-20 13:42:42 +01:00
sockets test: skip sockets test in windows platform 2018-09-13 10:07:34 +01:00
spa fix(builder): js layout (#4701) 2019-01-07 15:44:51 +03:30
ssr refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
typescript feat(ts): auto generate tsconfig.json (#4776) 2019-01-23 10:53:52 +01:00
typescript-custom feat(ts): provide type checking through fork-ts-checker-webpack-plugin (#4611) 2018-12-23 11:13:51 +03:30
with-config feat(server): timing option for Server-Timing header (#4800) 2019-01-19 21:44:54 +03:30