Pooya Parsa
fa97b2af67
typo
2017-06-14 01:07:28 +04:30
Pooya Parsa
dfa1d915d6
working version!
2017-06-13 22:28:04 +04:30
Pooya Parsa
13a4e71a83
refactor into components
2017-06-12 21:34:45 +04:30
Sébastien Chopin
4623170c99
Display localhost instead of 0.0.0.0
2017-06-12 21:34:13 +04:30
Pooya Parsa
8fe9380df9
refactor into components
2017-06-11 18:47:36 +04:30
Sebastien Chopin
1ae3062283
Add nuxt.ready(), dev depends on process.env.NODE_ENV, server waits for modules to be ready and build() is called on development by default
2017-06-02 17:58:53 +02:00
Sébastien Chopin
f050bb6330
Refactor
2017-05-21 19:18:48 +02:00
Pooya Parsa
aca45a15b0
improve serverMiddleware
...
This allows resolve using ~ path nation
2017-05-20 13:44:31 +04:30
Pooya Parsa
90fc778e81
Middlewares ~> Middleware
...
https://english.stackexchange.com/questions/257120/middleware-vs-middlewares
2017-05-19 12:05:20 +04:30
Pooya Parsa
be80f95278
middleware ~> serverMiddleware
...
To avoid confuse between client and serverSide middlewares
2017-05-12 23:24:00 +04:30
Pooya Parsa
9c1060e06c
🔥 Server Middlewares
...
This commit adds `middlewares` option to nuxt and accepts connect style middlewares.
Also modules can register middlewares using `this.addMiddleware()` method.
Each entry can be a simple middleware function or {path, handler} to support paths.
2017-05-12 14:52:06 +04:30
Sébastien Chopin
1cefff8194
Add watchers option and url after build
2017-03-25 15:16:07 +01:00
Sébastien Chopin
a81862e77f
Upgrade dependencies & lint
2017-03-20 17:52:35 +01:00
Sébastien Chopin
da63846f55
Use ES6 syntax with Webpack RC4
2017-01-11 20:15:09 +01:00
Sébastien Chopin
6b7062046e
Use Nuxt server for tests
2016-12-09 23:07:33 +01:00
cj
c4823f27a8
added no-console to eslint
2016-12-08 09:41:20 -06:00
Sébastien Chopin
a98e6d4e9b
Watch changes on nuxt.config.js when launching nuxt-dev
2016-11-16 18:41:09 +01:00
Sébastien Chopin
d88948bdea
map static to /
...
v0.3.0
2016-11-10 02:19:47 +01:00
Sébastien Chopin
18a2b57655
Add nuxt-build and nuxt-start, build:false and dev option
2016-11-09 23:59:41 +01:00