Sébastien Chopin
ec581ce924
Merge pull request #65 from antcook/patch-2
...
Update package.json
2016-12-13 13:53:39 +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
Sébastien Chopin
0f81a13cda
Merge pull request #62 from chrisvfritz/patch-1
...
Use spaces instead of tabs for consistency
2016-12-13 10:41:49 +01:00
Chris Fritz
12e6b6cb9c
Use spaces instead of tabs for consistency
...
Since the rest of the file is using spaces, I changed the tabs before `NuxtLoading` to spaces as well.
2016-12-12 18:59:48 -05:00
Sébastien Chopin
ca7d8bc3a8
No extension needed to import vue files
2016-12-12 15:01:57 +01:00
Sébastien Chopin
5b3dc23cd3
Avoid crashing server when config changed
2016-12-12 15:01:30 +01:00
Sébastien Chopin
0c385f522c
Optimise promisifyRouteParams()
2016-12-10 12:39:11 +01:00
Sébastien Chopin
2d6ac069fd
Fix test for node v4
2016-12-10 12:31:48 +01:00
Sébastien Chopin
d3643b44d4
Add tests for utils
2016-12-10 12:24:02 +01:00
Sébastien Chopin
bc1e9c00eb
Add gitkeep for pages folder
2016-12-10 11:21:38 +01:00
Sébastien Chopin
962f37794e
Add more test
2016-12-10 10:57:50 +01:00
Sébastien Chopin
3606d2a576
Add test when no build and call render
2016-12-09 23:29:04 +01:00
Sébastien Chopin
6b7062046e
Use Nuxt server for tests
2016-12-09 23:07:33 +01:00
Sébastien Chopin
530cb9f272
Merge pull request #56 from johnlindquist/patch-1
...
Update to `layouts/app.vue`
2016-12-09 23:04:07 +01:00
John Lindquist
d7fb9560be
Update README.md
2016-12-09 14:32:19 -07:00
Sébastien Chopin
803b21bf17
Bump to 0.8.8
2016-12-09 20:10:04 +01:00
Sébastien Chopin
4aa600e57a
Add Server class in nuxt
2016-12-09 20:09:12 +01:00
Sébastien Chopin
19e7e6f6cf
Bump to 0.8.7
2016-12-09 19:52:36 +01:00
Sébastien Chopin
bac1f40438
Add badges build & coverage
2016-12-09 19:50:59 +01:00
Sébastien Chopin
ac44c6dd54
Remove node 0.10 & 0.12
2016-12-09 19:46:07 +01:00
Sébastien Chopin
7cbc06144d
compat with node 4
2016-12-09 19:40:59 +01:00
Sébastien Chopin
10190052b9
Update node versions
2016-12-09 19:00:28 +01:00
Sébastien Chopin
a42cda8db4
add es-lint no-console
2016-12-09 18:54:41 +01:00
Sébastien Chopin
09e637cf4b
generate dist lib
2016-12-09 18:54:17 +01:00
Sébastien Chopin
59408bd329
travis and coverage
2016-12-09 18:53:55 +01:00
Sébastien Chopin
5fc338e6b2
Add tests
2016-12-09 18:51:19 +01:00
Sébastien Chopin
d482711cbe
Bump to 0.8.6
2016-12-09 13:52:08 +01:00
Sébastien Chopin
71a050da12
Fix error.vue layout
2016-12-09 13:50:34 +01:00
Sébastien Chopin
151bd73b82
Bump to 0.8.5
2016-12-09 13:46:59 +01:00
Sébastien Chopin
f6d9355ff4
Bump to 0.8.4
2016-12-09 13:46:36 +01:00
Sébastien Chopin
e254e11177
Merge pull request #51 from nuxt/pr/44
...
PR #44
2016-12-08 21:15:00 +01:00
Sébastien Chopin
b73675206a
Merge branch 'master' into pr/44
...
# Conflicts:
# lib/build/index.js
2016-12-08 21:13:20 +01:00
Sébastien Chopin
6713f68443
Join with this.dir if relative path
2016-12-08 19:19:39 +01:00
Sébastien Chopin
3ded0cd5d0
Disable router base in generate
2016-12-08 18:46:13 +01:00
Sébastien Chopin
ce7e47c7f1
Merge pull request #47 from cj/eslint/no-console
...
added no-console to eslint
2016-12-08 18:08:32 +01:00
Sébastien Chopin
ac2250c281
Optimise generate out of memory when +10000 paths
2016-12-08 18:07:47 +01:00
Sébastien Chopin
8db6964dc5
Update README.md
2016-12-08 17:49:47 +01:00
Sébastien Chopin
df01ab86dd
Merge pull request #48 from pi0/patch-1
...
Use `nuxt.build()` instead of promises
2016-12-08 17:48:26 +01:00
Pooya Parsa
8c592ec3ae
Use nuxt.build()
instead of promises
2016-12-08 20:04:51 +03:30
cj
c4823f27a8
added no-console to eslint
2016-12-08 09:41:20 -06:00
Alexandre Chopin
4d7102c3e1
update config example auth-routes
2016-12-08 16:39:27 +01:00
Sébastien Chopin
4895433d33
Bump to 0.8.3
2016-12-08 11:43:47 +01:00
Alexandre Chopin
5f8792036b
fix error layout issue
2016-12-08 11:37:27 +01:00
cj
187fec3f32
if srcDir not set, default to this.dir (rootDir)
2016-12-08 00:55:44 -06:00
cj
df363e9770
Added an nuxt.config.js option srcDir
2016-12-08 00:45:40 -06:00
Sébastien Chopin
40e28de226
Bump to 0.8.2
2016-12-07 23:58:51 +01:00
Sébastien Chopin
48c544b106
Add window.onNuxtReady before plugins
2016-12-07 23:58:32 +01:00
Sébastien Chopin
78a2c5afe7
bump to 0.8.1
2016-12-07 23:44:34 +01:00
Sébastien Chopin
b54d8169e8
Update layout example
2016-12-07 23:44:22 +01:00
Sébastien Chopin
8c14c9018e
update css
2016-12-07 23:44:11 +01:00