Commit Graph

408 Commits

Author SHA1 Message Date
Philo van Kemenade
a694f31117
fetch default locale from i18n.fallbackLocale
Not all projects have 'en' as their default locale. It would be nicer to fetch a default locale from the `fallbackLocale` set on the i18n plugin, rather than hard coding it in middleware.
2018-02-28 22:51:58 +00:00
cinwell.li
6c8fcbdbd7
example: upgrade element-ui 2018-02-28 11:15:13 +08:00
cinwell.li
257f9bb62c
example: upgarde element-ui 2018-02-28 11:12:31 +08:00
cinwell.li
757080e87d
example: upgrade element-ui 2018-02-28 11:11:15 +08:00
Sébastien Chopin
d2f14e3e9c
Update nuxt.config.js 2018-02-20 12:56:39 +01:00
Erik Campobadal
fc94bce2a6
Update nuxt.config.js 2018-02-19 19:36:45 +01:00
Sébastien Chopin
c9598993c5
Update README.md 2018-02-06 13:20:38 +01:00
HG
bc4140a46e
updated readme on running storybook with nuxt
detailed description on running storybook with vue
2018-02-06 12:14:28 +00:00
Sébastien Chopin
3806160796 example: Update storybook example 2018-02-06 12:56:28 +01:00
HG
3990498dd3
Update README.md 2018-02-06 09:35:53 +00:00
Huseyn Guliyev
da2a9ac569 fix eslint issues 2018-02-06 03:06:45 +00:00
Huseyn Guliyev
cdba427776 more cleanup 2018-02-06 02:52:15 +00:00
Huseyn Guliyev
500da0804e cleanup 2018-02-06 02:44:22 +00:00
Huseyn Guliyev
b65a0e6e19 initial commit 2018-02-06 02:36:22 +00:00
HG
c40f79e3c6
Create README.md 2018-02-05 23:13:37 +00:00
Sébastien Chopin
c415a679e4
Merge pull request #2766 from clarkdo/upgrade_axios
example: upgrade axios-module to 5.x
2018-02-05 10:53:12 +01:00
Clark Du
4d973a7d4e
example: upgrade axios-module to 5.x 2018-02-05 17:49:08 +08:00
Clark Du
215832769e refactor: add context as third param of render:route hook 2018-02-04 17:57:51 +03:30
Clark Du
28d28cb8c1 feature: pass request to render:route hook 2018-02-04 17:57:51 +03:30
Sébastien Chopin
bd161130d1 example: Update CSS 2018-01-31 16:47:41 +01:00
Sébastien Chopin
e2b0ccc74a example: Rename scroll-behavior example 2018-01-31 16:18:59 +01:00
Sébastien Chopin
3235b037a0
Merge pull request #2633 from homerjam/fix-route-transitions-example
fix route transitions example
2018-01-26 12:23:50 +01:00
Nicolas Pennec
ae00499ec5 fix: avoid warning of too big vendor 2018-01-25 09:51:06 +01:00
Clark Du
8b634c210d
feat: add noscript in head 2018-01-23 18:30:36 +08:00
Batuhan KATIRCI
4a3d632b4e Add generate:page hook for with-amp example for SPA mode (#2670)
* Add `generate:page` hook for `with-amp` example for SPA mode

* Fix linter error
2018-01-23 12:08:38 +08:00
James Homer
8980b37712 improve custom scroll behavior example 2018-01-19 13:07:38 +00:00
James Homer
a7ec4367f5 add custom scroll behavior example 2018-01-19 00:15:10 +00:00
James Homer
bd7c833115 fix route transitions example 2018-01-19 00:13:18 +00:00
Sébastien Chopin
29768e597a
Update README.md 2018-01-17 09:52:58 +01:00
Sébastien Chopin
1319f9ae15
Update README.md 2018-01-17 09:48:51 +01:00
Sébastien Chopin
4e5959d293 example: Add keep-alive example 2018-01-17 09:46:48 +01:00
Sébastien Chopin
cb1a4e9336 example: Add titles 2018-01-17 09:43:11 +01:00
Sébastien Chopin
93f3082c43 example: Add head titles 2018-01-17 09:38:11 +01:00
yoyo837
e5f7001eb5 Something warning about styleResources 2018-01-14 20:08:17 +08:00
Jakub
c4c63e0c66 examples: update to vue-chartjs 3.0.0 (#2580)
* chore(dependencies): Update vue-chartjs and chartjs to latest version

* refactor(examples): Update component creation of charts
2018-01-13 22:30:03 +03:30
Sébastien Chopin
f0cda98ad7 example: Add Less file to show multi pre-processors 2018-01-08 10:41:30 +01:00
Sébastien Chopin
0d2e2a4833 example: Add warning about pages css 2018-01-05 13:06:47 +01:00
Sébastien Chopin
6b275e3dbd Example: Add AMP example 2018-01-05 12:54:42 +01:00
Sébastien Chopin
36ee372b0b misc: Remove options argument 2018-01-05 09:43:56 +01:00
Sébastien Chopin
910184301a example: Refacto CoffeeScript example 2018-01-05 09:43:35 +01:00
Sébastien Chopin
f74457c9c5
Add .coffee extensions for nuxt and webpack 2018-01-05 08:20:32 +01:00
Sébastien Chopin
202a84f203
Merge branch 'dev' into dev 2018-01-05 08:18:17 +01:00
Sébastien Chopin
dd83c87f64 example: Lint & fix TS example 2018-01-04 18:08:53 +01:00
Quique Fdez Guerra
44c0ab78a2 Add more realistic TypeScript example 2018-01-02 10:55:22 +01:00
Clark Du
a9b54c3f25
fix: jsx example lint issue and use latest nuxt 2017-12-11 18:37:50 +08:00
Clark Du
4b841c7f2c example: add jsx 2017-12-10 01:55:59 +08:00
Clark Du
5f57166feb fix: with-vue-material lint and dependency issue 2017-12-03 16:28:54 +03:30
Ademola Adegbuyi
2f372c9644 Add Vue Material Example 2017-12-03 16:28:54 +03:30
Quique Fdez Guerra
d9c89106c6
Fix linting 2017-12-01 13:48:30 +01:00
Quique Fdez Guerra
9d9319ea62
Remove slashes 2017-12-01 13:41:02 +01:00