Sébastien Chopin
68426b4df4
Add nested routes example
2017-01-26 15:22:10 +01:00
Sébastien Chopin
ba3fd95f14
Fix example for vuex store
2017-01-26 10:33:54 +01:00
Sébastien Chopin
ad14d7439e
Update example
2017-01-18 18:04:41 +01:00
Sébastien Chopin
8f4fbc1bdb
Add socket.io example
2017-01-18 17:25:50 +01:00
Sébastien Chopin
8a8ad7e67c
Update examples README
2017-01-15 18:51:27 +01:00
Sébastien Chopin
b34a408224
Update README.md
2017-01-15 18:43:04 +01:00
Sébastien Chopin
dcadb277ee
Update README.md
2017-01-15 18:42:32 +01:00
Sébastien Chopin
2352aa1a17
Update README.md
2017-01-15 18:41:27 +01:00
Sébastien Chopin
741f06f9a9
use nodemon
2017-01-11 20:29:48 +01:00
Sébastien Chopin
1cfb53ef39
rename to with-feathers
2017-01-11 20:23:43 +01:00
Sébastien Chopin
fdd46cefc5
Listen on port 3000
2017-01-11 20:20:52 +01:00
Sébastien Chopin
664ef28cc1
Add nuxt.config.js
2017-01-11 20:20:40 +01:00
Sébastien Chopin
46676eb5c5
Update package.json
2017-01-11 20:17:12 +01:00
Sébastien Chopin
828d994a0d
delete unused folder
2017-01-11 20:16:04 +01:00
Sébastien Chopin
ea31b09ee2
Add with-featherjs example
2017-01-11 20:15:09 +01:00
Sébastien Chopin
f8de9dbe0d
Update examples
2017-01-09 15:10:29 +01:00
Brendan
f0fba0b0c5
Merged branch master into master
2016-12-30 14:28:21 +01:00
Sébastien Chopin
c4c3e74e4e
Update tests with ava
2016-12-30 12:17:52 +01:00
Brendan
09d0d03198
documenting store generation
2016-12-30 10:11:55 +01:00
Sébastien Chopin
f4ca19ee73
Add post link for async/await
2016-12-28 12:37:50 +01:00
Sébastien Chopin
aa1df39142
remove ES7
2016-12-27 17:39:08 +01:00
Sébastien Chopin
6cda84ed49
Update README.md
2016-12-27 17:06:15 +01:00
Sébastien Chopin
5d82cf3d68
Update README.md
2016-12-27 17:04:13 +01:00
Sébastien Chopin
05a66e0cba
Update async-data example
2016-12-27 16:57:50 +01:00
Sébastien Chopin
3f9aa0f345
show extend option in example
2016-12-27 16:30:33 +01:00
Brendan
c2d8329bc0
duplicate examples
2016-12-26 15:55:00 +01:00
Sébastien Chopin
cb4dcf0b37
Update custom layout example
2016-12-25 22:55:00 +01:00
Brendan
d7c5babf1f
better vuex store
2016-12-25 21:16:30 +01:00
Sébastien Chopin
a56601003b
custom-layouts example and doc
2016-12-24 18:00:56 +01:00
Sébastien Chopin
98baa26895
Update custom-layout documentation
2016-12-24 17:59:13 +01:00
Sébastien Chopin
e3ebb6a54e
Update hello-world example
2016-12-24 14:15:24 +01:00
Sébastien Chopin
3a0fcdee73
Layout with code-splitting!
2016-12-24 12:34:41 +01:00
Sébastien Chopin
afd7eb86e6
Add example for custom-layout
2016-12-24 01:55:46 +01:00
Sébastien Chopin
7148502e37
sub component async data impossible
2016-12-23 13:30:45 +01:00
Sébastien Chopin
2a9519e720
start async data in sub-components
2016-12-23 13:09:22 +01:00
Sébastien Chopin
20763b1cb6
Fix https for API call
2016-12-21 01:17:09 +01:00
Sébastien Chopin
37e7a01955
renderAndGetWindow does not need jsdom
2016-12-20 18:05:48 +01:00
Sébastien Chopin
4c3f7abb1d
Update exemple css
2016-12-20 13:44:22 +01:00
Sébastien Chopin
79fae6fe5c
Update example with dynamic transition
2016-12-20 13:44:21 +01:00
Sébastien Chopin
6d9f8f23f1
Add JS hooks and dynamic transition
2016-12-20 13:29:10 +01:00
Sébastien Chopin
f43617b083
Update README.md
2016-12-20 10:38:16 +01:00
Sébastien Chopin
eabcf490b1
Simplify example
2016-12-19 20:35:34 +01:00
Sébastien Chopin
8b44294858
Typo
2016-12-16 18:13:53 +01:00
Sébastien Chopin
0142dae008
Replace router-link to nuxt-link
2016-12-16 18:12:38 +01:00
Sébastien Chopin
36f3d48ece
Custom route example
2016-12-16 17:46:30 +01:00
Sébastien Chopin
04ee77ce61
Fix webpack dependency
2016-12-15 20:13:54 +01:00
Alexandre Chopin
b6b1fc3073
add component nuxt-child
2016-12-13 17:42:45 +01:00
Sébastien Chopin
efd6b5cefa
Merge branch 'master' into nested-dynamic-routes
2016-12-13 17:38:44 +01:00
Anthony Cook
71b6b990c8
Update package.json
...
NODE_ENV is not a recognised command on Windows, the work around is to use the cross-env package or to have two separate scripts, one for Windows and one for Unix based systems. I figured using the cross-env is much more friendly and will save confusion, tested on both Windows and Mac.
2016-12-13 12:17:17 +00:00
Alexandre Chopin
d3b904cb7c
fix readme
2016-12-13 11:17:05 +01:00