Commit Graph

1869 Commits

Author SHA1 Message Date
Sébastien Chopin
23e1c3fd06 examples: Use process.server instead of isServer 2017-10-28 17:20:11 +02:00
Sébastien Chopin
262bffc35d minor: Add ENV into app.html template 2017-10-28 16:10:01 +02:00
Sébastien Chopin
3b9f293e40 fix: Fix Hot reloading 2017-10-28 14:09:33 +02:00
Sébastien Chopin
70cfc7fcc9 examples: Use process.server instead 2017-10-28 14:09:21 +02:00
Sébastien Chopin
3d98a8be7f add: Add benchmarks 2017-10-28 14:09:05 +02:00
Sébastien Chopin
954a6c7534 package: Upgrade dependencies 2017-10-28 11:02:11 +02:00
Sébastien Chopin
0781814045 lint: Fix lint issue 2017-10-28 11:01:41 +02:00
Sébastien Chopin
5081789a62 example: Fix pug page 2017-10-28 11:01:23 +02:00
Sébastien Chopin
1794f7b30e Merge branch 'dev' into refacto-app 2017-10-28 10:26:56 +02:00
Sébastien Chopin
557fb79d8a
Merge pull request #1969 from clarkdo/md_example
feat: add markdown example
2017-10-28 10:26:35 +02:00
Sébastien Chopin
b3a1844f6f Merge branch 'dev' into refacto-app 2017-10-28 10:21:47 +02:00
Clark Du
84783a988c
feat: add pug example 2017-10-28 00:38:47 +08:00
Clark Du
1e4c95554a
feat: add markdown example 2017-10-28 00:20:12 +08:00
Pooya Parsa
f2663033fc feat(nuxt-generate): --no-build flag
Much faster generates for when just dynamic routes changed
2017-10-27 18:45:34 +03:30
Sébastien Chopin
2385927721 Merge pull request #1932 from clarkdo/dev
refactor: use nuxt-class-component in example
2017-10-27 17:07:17 +02:00
Clark Du
08e770c1e0
refactor: upgrade nuxt-class-component to a stabe version 2017-10-27 22:15:34 +08:00
Atinux
8a2adbeee4 patch: Fix typo in warning 2017-10-27 12:17:35 +02:00
John Fischer
5d3156c0c7 Catch cryptic error when a plugin is not found 2017-10-27 13:19:42 +03:30
Clark Du
f5acb6fc0e fix: syntax error in generator.js 2017-10-25 15:35:33 +03:30
Clark Du
1cb1238d8a
refactor: remove vue dependency after nuxt-class-component upgrade 2017-10-25 10:07:29 +08:00
Pooya Parsa
5384ee1a5c ctx => app.context 2017-10-25 01:08:31 +03:30
Pooya Parsa
aefa9f8c31 context => appContext 2017-10-25 00:49:14 +03:30
Pooya Parsa
780013e590 sync yarn.lock with package.json 2017-10-25 00:49:01 +03:30
Sébastien Chopin
d787ab4e0a Merge pull request #1937 from pimlie/issue-no-index
(generate) dont assume /index.html exists when copying to 200.html
2017-10-24 10:11:14 +02:00
pimlie
72529c69da dont assume /index.html exists 2017-10-23 23:43:59 +02:00
Clark Du
407569480b
refactor: use nuxt-class-component in example 2017-10-23 17:27:30 +08:00
Sébastien Chopin
d5837a7c47 Merge pull request #1919 from clarkdo/dev
feat: update nuxt to latest in apollo example
2017-10-23 10:42:08 +02:00
Sébastien Chopin
0e552e0096 Merge pull request #1920 from paulgv/fix-contributing-link
Fix CONTRIBUTING.md link
2017-10-23 10:41:56 +02:00
Sébastien Chopin
a3b0d3ec33 Merge pull request #1923 from clarkdo/ts_config
feat: fix typescript example
2017-10-23 10:41:43 +02:00
Sébastien Chopin
56c4cd25d9 Merge pull request #1890 from clarkdo/vue-class-component-example
feat: improve vue-class-component example
2017-10-23 10:36:57 +02:00
Clark Du
05d0b7a3cd fix: adjust ts config to fix startup error 2017-10-22 12:49:15 +08:00
Clark Du
c0a6ed9ea3 fix: error alias in typescript example 2017-10-22 12:49:15 +08:00
Clark Du
386096a21e feat: update nuxt to latest in typescript example 2017-10-22 12:49:15 +08:00
Paul Gascou-Vaillancourt
671b8d0759 Fix CONTRIBUTING.md link 2017-10-21 12:32:44 -04:00
Clark Du
37c23c33d2
feat: update nuxt to latest in apollo example 2017-10-21 21:05:07 +08:00
Ademola Adegbuyi
e711e8e431 Add with-tape example 2017-10-20 13:31:29 +01:00
Sebastien Chopin
e3974b4729 deprecation: Deprecate isServer, isClient and dev 2017-10-20 12:05:22 +02:00
Sebastien Chopin
d1ed762c1b Merge branch 'dev' into refacto-app 2017-10-20 10:53:18 +02:00
Sebastien Chopin
be8a46295f Merge branch 'refacto-app' of github.com:nuxt/nuxt.js into refacto-app 2017-10-20 10:52:25 +02:00
Sebastien Chopin
abf7174602 Upgrade dependencies 2017-10-20 10:52:07 +02:00
Sebastien Chopin
7afa5e4c13 Fix serverMiddleware as express app without path 2017-10-20 10:52:07 +02:00
Sébastien Chopin
83c25084f1 Refacto client app 2017-10-20 10:52:07 +02:00
Sébastien Chopin
5b09b92286 Refactor to use only one context and add route.meta 2017-10-20 10:52:07 +02:00
Sébastien Chopin
dd7d8bbafc dev: Improve template debugging in development 2017-10-20 10:52:07 +02:00
Sebastien Chopin
d9e2e1763c Merge branch 'dev' into refacto-app 2017-10-20 10:50:54 +02:00
Sébastien Chopin
1b18bc692b Update and rename contributing.md to CONTRIBUTING.md 2017-10-20 10:34:47 +02:00
Sébastien Chopin
1d3b5cd87b Create CODE_OF_CONDUCT.md 2017-10-20 10:32:44 +02:00
devneko
d745f49688 fix contributing.md link 2017-10-20 11:04:04 +03:30
Antério Vieira
a66220b58c style(app): spaces removed (#1898) 2017-10-20 11:01:56 +03:30
Clark Du
65136ac550 feat: improve custom-server example 2017-10-20 10:57:28 +03:30