|
1 | 1 | ## Example Links
|
2 | 2 |
|
3 | 3 | - [/example root directory](https://typescript-nuxtjs-boilerplate.netlify.com/example)
|
| 4 | +--- |
| 5 | + |
4 | 6 | - [sign-in](https://typescript-nuxtjs-boilerplate.netlify.com/example/auth/sign-in)
|
5 | 7 | * [nuxt/example-auth0: A simple example that shows how to use Nuxt.js with Auth0.](https://github.com/nuxt/example-auth0)
|
6 | 8 | - [sign-out](https://typescript-nuxtjs-boilerplate.netlify.com/example/auth/sign-out)
|
| 9 | +--- |
| 10 | + |
7 | 11 | - [ajax color(pattern1)](https://typescript-nuxtjs-boilerplate.netlify.com/example/ajax/color)
|
8 | 12 | * [Introduction - Axios Module](https://axios.nuxtjs.org/)
|
9 | 13 | - [ajax schema(pattern2)](https://typescript-nuxtjs-boilerplate.netlify.com/example/ajax/schema)
|
10 | 14 | - [post custom http headers](https://typescript-nuxtjs-boilerplate.netlify.com/example/ajax/custom-http-headers)
|
| 15 | +- [send http api in vuex](https://typescript-nuxtjs-boilerplate.netlify.com/example/api) |
| 16 | +--- |
| 17 | + |
| 18 | +- [custom head tag](https://typescript-nuxtjs-boilerplate.netlify.com/example/custom-head) |
| 19 | +- [async custom head tag](https://typescript-nuxtjs-boilerplate.netlify.com/example/async-custom-head) |
| 20 | +--- |
| 21 | + |
| 22 | +- [アノテーションを使ったタイプセーフパターン](https://typescript-nuxtjs-boilerplate.netlify.com/example/type-safe-vuex) |
| 23 | + * TypeScript annotation |
| 24 | +- [$storeを拡張したタイプセーフパターン(エレガント!)](https://typescript-nuxtjs-boilerplate.netlify.com/example/counter) |
| 25 | + * [@lollipop-onl/vuex-typesafe-helper - npm](https://www.npmjs.com/package/@lollipop-onl/vuex-typesafe-helper) |
| 26 | +--- |
| 27 | + |
11 | 28 | - [routing custom path(pattern1)](https://typescript-nuxtjs-boilerplate.netlify.com/example/c-01/e-02/)
|
12 | 29 | - [routing custom path(pattern2)](https://typescript-nuxtjs-boilerplate.netlify.com/example/d-03/f-04/)
|
13 | 30 | - [assets and static](https://typescript-nuxtjs-boilerplate.netlify.com/example/assets-and-static)
|
14 | 31 | - [basic todo example](https://typescript-nuxtjs-boilerplate.netlify.com/example/todos)
|
15 | 32 | - [vue life cycle](https://typescript-nuxtjs-boilerplate.netlify.com/example/life-cycle)
|
16 | 33 | - [use plugin](https://typescript-nuxtjs-boilerplate.netlify.com/example/use-plugin)
|
17 | 34 | * [プラグイン - Nuxt.js](https://ja.nuxtjs.org/guide/plugins/)
|
18 |
| -- [custom head tag](https://typescript-nuxtjs-boilerplate.netlify.com/example/custom-head) |
19 |
| -- [async custom head tag](https://typescript-nuxtjs-boilerplate.netlify.com/example/async-custom-head) |
20 |
| -- [send http api in vuex](https://typescript-nuxtjs-boilerplate.netlify.com/example/api) |
21 | 35 | - [get parameters](https://typescript-nuxtjs-boilerplate.netlify.com/example/search/?hoge=foo&bar=fuga)
|
22 | 36 | - [image lazy load](https://typescript-nuxtjs-boilerplate.netlify.com/example/img-lazy-load)
|
23 | 37 | * [hilongjw/vue-lazyload: A Vue.js plugin for lazyload your Image or Component in your application.](https://github.com/hilongjw/vue-lazyload)
|
|
40 | 54 | - [video](https://typescript-nuxtjs-boilerplate.netlify.com/example/video)
|
41 | 55 | * [Nuxt.jsでvideoタグを使うときのfile-loader奮闘記 - DJ lemon-Sour's diary (prod.hisasann)](https://hisasann.github.io/2019/06/17/how-to-use-the-video-tag-in-nuxt/)
|
42 | 56 | - [server-side-set-cookie](https://typescript-nuxtjs-boilerplate.netlify.com/example/server-side-set-cookie)
|
43 |
| -- [type safe vuex](https://typescript-nuxtjs-boilerplate.netlify.com/example/type-safe-vuex) |
44 |
| - * TypeScript annotation |
45 |
| -- [counter with typesafe](https://typescript-nuxtjs-boilerplate.netlify.com/example/counter) |
46 |
| - * [@lollipop-onl/vuex-typesafe-helper - npm](https://www.npmjs.com/package/@lollipop-onl/vuex-typesafe-helper) |
47 |
| -- [typescript-nuxtjs-boilerplate](https://typescript-nuxtjs-boilerplate.netlify.com/example/this-is-undefined) |
| 57 | +- [this is undefined in asyncData and fetch](https://typescript-nuxtjs-boilerplate.netlify.com/example/this-is-undefined) |
48 | 58 | * [asyncDataとfetch内でのthisについて - typescript-nuxtjs-boilerplate-docs](https://typescript-nuxtjs-boilerplate-docs.netlify.com/#/nuxt/about-this-in-asyncdata-and-fetch?id=this%e3%81%8c%e6%9c%9f%e5%be%85%e3%81%a8%e3%81%8a%e3%82%8a%e3%81%ab%e5%8b%95%e3%81%8b%e3%81%aa%e3%81%84%e3%83%91%e3%82%bf%e3%83%bc%e3%83%b3)
|
49 | 59 | - [vee-validate](https://typescript-nuxtjs-boilerplate.netlify.com/example/vee-validate)
|
50 |
| - |
| 60 | +- [typescript-nuxtjs-boilerplate](https://typescript-nuxtjs-boilerplate.netlify.com/example/handle-api-error) |
| 61 | +- [nested-component](https://typescript-nuxtjs-boilerplate.netlify.com/example/nested-component) |
0 commit comments