Commit Graph

440 Commits

Author SHA1 Message Date
Sébastien Chopin
a7a5aea003
Update comment 2017-11-06 10:43:52 +01:00
Clark Du
e7b6fe8b63 feat: add element-ui example 2017-11-06 11:16:45 +08:00
Clark Du
bacac23d03
refactor: documentation and adjust example name 2017-11-06 10:30:37 +08:00
Clark Du
7e71de4d6e
refactor: add script in meta example 2017-11-06 10:16:26 +08:00
Atinux
0fb8431ac2 example: Add Tailwind CSS example 2017-11-03 12:32:57 +01:00
Clark Du
3e637c5d83
refactor: add examples to lint 2017-10-31 21:43:55 +08:00
Sébastien Chopin
c688fc06d9
Merge pull request #1910 from ooade/add/with-tape
Add with-tape example
2017-10-30 12:33:44 +01:00
Clark Du
147d210c0a
fix: with-feathers not startup with listening 3000 2017-10-30 18:01:23 +08:00
Clark Du
c0e9e66eef
fix: with-feathers nuxt.build is not a function 2017-10-30 17:11:55 +08:00
Clark Du
8f14fdfd82
feat: add axios and proxy example 2017-10-29 17:08:42 +08:00
Sébastien Chopin
23e1c3fd06 examples: Use process.server instead of isServer 2017-10-28 17:20:11 +02:00
Sébastien Chopin
70cfc7fcc9 examples: Use process.server instead 2017-10-28 14:09:21 +02:00
Sébastien Chopin
5081789a62 example: Fix pug page 2017-10-28 11:01:23 +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
Clark Du
08e770c1e0
refactor: upgrade nuxt-class-component to a stabe version 2017-10-27 22:15:34 +08:00
Clark Du
1cb1238d8a
refactor: remove vue dependency after nuxt-class-component upgrade 2017-10-25 10:07:29 +08: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
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
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
Clark Du
65136ac550 feat: improve custom-server example 2017-10-20 10:57:28 +03:30
Clark Du
4b6236499c fix: with-firebase example 2017-10-20 10:56:56 +03:30
Clark Du
7cd22a44e7 feat: update with-sockets example 2017-10-20 10:50:22 +03:30
Clark Du
1453a98b5f feat: use latest nuxt in vuex-persistedstate example 2017-10-20 10:50:22 +03:30
Clark Du
161d9b59d2 feat: use latest nuxt in i18n example 2017-10-20 10:50:22 +03:30
Clark Du
725283ebce feat: update dynamic-component example 2017-10-20 10:50:22 +03:30
Clark Du
d2a57bc329 feat: update with-ava example 2017-10-20 10:50:22 +03:30
Clark Du
dca0bd9a70
fix: error alias in vue-class-component example 2017-10-19 16:57:08 +08:00
Clark Du
2f670c5ef7
feat: improve vue-class-component example 2017-10-19 16:56:00 +08:00
Ademola Adegbuyi
84a7d6d91c Add with muse-ui example 2017-10-17 16:46:53 +01:00
outofcash
a461ae83ec CoffeeScript example. 2017-10-13 14:10:24 +02:00
Sebastien Chopin
604dfc95de Link to doc 2017-09-22 15:21:39 +02:00
Sébastien Chopin
47aa3d90c0 Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-09-21 22:42:51 +02:00
Sébastien Chopin
6fd67b68dd fix: Wait for fn to end before pushing next message 2017-09-21 22:42:28 +02:00
Sébastien Chopin
04c8d423d4 Update README.md 2017-09-21 22:36:50 +02:00
Sébastien Chopin
27b80739bc Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-09-21 22:35:48 +02:00
Sébastien Chopin
107f245dcf Add generate script 2017-09-21 22:28:06 +02:00
Sébastien Chopin
2f03a305a2 Update example 2017-09-21 22:27:30 +02:00
Sebastien Chopin
adbf0cdc3c Upgrade dependencies 2017-09-14 18:24:21 +02:00
James Homer
ad09857234 remove unnecessary plus 2017-09-09 12:19:52 +01:00
James Homer
e937937ea1 add layout transitions 2017-09-09 12:19:52 +01:00
Clark Du
1e0c807341 remove condition because dev is always true
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-08 12:09:11 +08:00
Clark Du
36a553236a fix global declaration in test
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-08 12:07:08 +08:00
Sebastien Chopin
3cb603f922 Fix i18n example 2017-09-06 15:32:09 +02:00
akameco
36bc6f0c28 Fix typo 2017-09-05 04:25:40 +09:00
Pooya Parsa
2e11827209 spa loading defaults
more design agnostic for general usage
2017-09-01 20:46:08 +04:30
Sebastien Chopin
9d43db475b Fix example 2017-09-01 17:38:16 +02:00
Pooya Parsa
5eeca5a41b add font to global-css example 2017-08-30 18:29:09 +04:30
Mouti'a Benachour
5f60b23198 require bulma in example only 2017-08-30 10:32:03 +01:00
Sebastien Chopin
2fc07a89b1 Update example to use nuxt-apollo 2.0 2017-08-29 13:58:32 +02:00
Sébastien Chopin
42f2a59fd2 Update example to use inject 2017-08-24 20:37:54 +02:00
Sebastien Chopin
c9e77337b3 Add with-cookies example 2017-08-24 18:49:26 +02:00
Sebastien Chopin
6f926e39d8 Remove examples lnik 2017-08-24 14:38:58 +02:00
Sebastien Chopin
f846fc85ab Add liveedit 2017-08-24 14:38:27 +02:00
Sebastien Chopin
8bf50c2889 Add demo link 2017-08-24 14:36:52 +02:00
Sebastien Chopin
d3867a2b70 Add css for dropdown 2017-08-24 14:34:00 +02:00
Sebastien Chopin
7f8f62672d Add UIkit example 2017-08-24 14:28:49 +02:00
Sebastien Chopin
8340779620 Update readme 2017-08-24 14:28:40 +02:00
Sebastien Chopin
222f50e139 Add no-ssr example 2017-08-24 12:38:53 +02:00
Sebastien Chopin
cfd8673a54 Add contributors page 2017-08-24 12:16:12 +02:00
Sebastien Chopin
e96ef9948e Fix start script 2017-08-24 11:41:42 +02:00
Sebastien Chopin
d9ea41e971 Add vue-chartjs example 2017-08-24 11:36:41 +02:00
Sebastien Chopin
4ac14054f2 context: hotReload -> isHMR 2017-08-23 13:41:37 +02:00
Sebastien Chopin
ef4cdd4776 Add vuex-persistedstate example 2017-08-22 13:24:23 +02:00
Sebastien Chopin
d1a6b2bc80 update meta description 2017-08-21 11:42:17 +02:00
Sebastien Chopin
72cb339d10 Update spa example to use meta tags 2017-08-21 11:38:30 +02:00
Sebastien Chopin
53685b6e4d Show only client 2017-08-18 16:57:32 +02:00
Sebastien Chopin
b9c318be6a Add appear transition 2017-08-18 16:46:54 +02:00
Sebastien Chopin
888a9ecbf2 Add spa example 2017-08-18 15:44:43 +02:00
Sebastien Chopin
af60ba21c0 Remove JS files for pages & layouts 2017-08-17 15:23:40 +02:00
Sebastien Chopin
646ad35815 Update to use isStatic 2017-08-17 15:11:28 +02:00
Sébastien Chopin
48b5ff3bfc Use js file for a page 2017-08-14 14:29:41 +02:00
Sébastien Chopin
eabaab1ad9 code style 2017-08-13 22:19:19 +02:00
Sébastien Chopin
381ef89eb0 code style 2017-08-13 22:11:51 +02:00
Pooya Parsa
6bcfaf8a3a consitent ~/static and ~/assets aliases
closes #1257 #1241
2017-08-04 13:29:42 +04:30
Sebastien Chopin
ae4ecabce0 Update vue-apollo 2017-08-03 11:20:05 +02:00
Sebastien Chopin
821f001e73 Update to use nuxt generate 2017-08-03 10:47:19 +02:00
Sebastien Chopin
8682aa2d01 Add animations 2017-08-01 15:54:29 +02:00
Sebastien Chopin
843d21b1ba Merge branch 'dev' of github.com:nuxt/nuxt.js into dev 2017-08-01 14:16:19 +02:00
Sebastien Chopin
b8e9c0f8aa Use rc3 2017-08-01 14:16:15 +02:00
Sebastien Chopin
16bd80a095 Add meta tags to example 2017-08-01 14:16:04 +02:00
Sébastien Chopin
8e157c7c0b Update comment 2017-07-30 19:49:12 +02:00
Sébastien Chopin
222c737a1d Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-30 16:28:26 +02:00
Sébastien Chopin
cb1e6538f2 Update dependency to rc3 2017-07-30 16:28:07 +02:00
Sebastien Chopin
8563c0f05f Update to rc3 2017-07-28 10:40:25 +02:00
Sébastien Chopin
d4ff65604e Update README.md 2017-07-27 17:02:54 +02:00
Sebastien Chopin
8c354c085c Remove with-apollo example, see vue-apollo now 2017-07-27 16:56:07 +02:00
Sebastien Chopin
8e79e7ce42 Use nuxt module and rc2 2017-07-27 16:35:17 +02:00
Sebastien Chopin
50355bb234 Update example to use nuxt module for apollo 2017-07-27 16:26:03 +02:00
Sebastien Chopin
2091699e43 Add page for example 2017-07-26 18:19:25 +02:00
Sebastien Chopin
528ba280f8 Add example of programmatic usage 2017-07-26 18:14:34 +02:00
Sébastien Chopin
fdc84d2a4a Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-12 08:41:47 +02:00
Sebastien Chopin
8ac2f3e6b0 Point to example 2017-07-10 13:52:58 +02:00
Sebastien Chopin
74870baa3e Example ready with Vue 2.4 2017-07-10 13:52:10 +02:00
Sébastien Chopin
896f80d59f Start refactoring sockets example 2017-07-10 09:03:18 +02:00
Sébastien Chopin
3e36219a43 Update component injection example 2017-07-10 08:56:02 +02:00
Sébastien Chopin
a869637615 Fix example for v1 2017-07-09 12:23:03 +02:00
Sébastien Chopin
b921191f91 Fix typo 2017-07-09 12:15:28 +02:00
Sébastien Chopin
9e2c4b9761 Merge branch 'dev' of github.com:Atinux/nuxt.js into dev 2017-07-09 02:35:40 +02:00
Sébastien Chopin
505aed4575 Use transitions for 🙀 2017-07-09 02:35:07 +02:00
Sébastien Chopin
dca165828a Update README.md 2017-07-09 02:09:03 +02:00
Sébastien Chopin
272ae52c73 Remove first timeout 2017-07-09 01:50:26 +02:00
Sébastien Chopin
2dafa52bc4 Update README 2017-07-09 01:47:13 +02:00
Sébastien Chopin
c7ce0802c9 Updates dynamic examples 2017-07-09 01:44:59 +02:00
Sébastien Chopin
51694783b9 Fix paths & typo 2017-07-08 20:31:41 +02:00
Sébastien Chopin
ebb67243c8 Fix path and add random image 2017-07-08 20:26:11 +02:00
Sébastien Chopin
592f8cc733 Remove offline example 2017-07-08 20:16:01 +02:00
Sébastien Chopin
56272eb5fd Remove generate routes 2017-07-08 20:05:28 +02:00
Sébastien Chopin
5e93befc44 Fix paths 2017-07-08 20:01:57 +02:00
Sébastien Chopin
1d0493c0c1 Fix paths 2017-07-08 19:58:07 +02:00
Sébastien Chopin
6f84f69b7a Fix paths & typo 2017-07-08 19:55:39 +02:00
Sébastien Chopin
763ca011e9 Update scripts 2017-07-08 19:47:23 +02:00
Sébastien Chopin
1e064ac180 Fix path 2017-07-08 19:44:05 +02:00
Sébastien Chopin
6164c12524 Update example 2017-07-08 19:40:41 +02:00
Sébastien Chopin
eaf362910f Use async/await 2017-07-08 18:52:29 +02:00
Sébastien Chopin
a39b9fe13b Fix typo 2017-07-08 18:49:37 +02:00
Sébastien Chopin
4098e68983 Use render.bundleRenderer 2017-07-08 18:41:10 +02:00
Sébastien Chopin
a0c4709777 Fix typo 2017-07-08 18:14:40 +02:00
Sébastien Chopin
1d77431db0 Use serverMiddleware instead of a module 2017-07-08 18:09:47 +02:00
Sébastien Chopin
1f7508d033 Update example 2017-07-08 18:05:44 +02:00
Sébastien Chopin
5c8ac31b3c Update example to not use a custom server anymore 2017-07-08 18:04:47 +02:00
Sebastien Chopin
b65f4533c6 Remove console.log 2017-07-07 15:41:33 +02:00
Sebastien Chopin
59d335b696 Update CSS example 2017-07-07 12:25:14 +02:00
Sebastien Chopin
71faf7cae3 IE9: fix issue with Array.find and String.includes 2017-07-04 15:41:43 +02:00
Sébastien Chopin
e4e9149b54 feat: Add dynamic component injection + example 2017-07-02 20:47:01 +02:00
Sébastien Chopin
4a66a1085d Update vuetify example 2017-06-20 01:04:23 +02:00
Sébastien Chopin
b6d82a7c5b No need to use next 2017-06-19 20:31:50 +02:00
Sébastien Chopin
4f9684e117 Remove ~store & ~router 2017-06-19 20:20:51 +02:00
Sébastien Chopin
f9584fc810 Update example 2017-06-12 21:34:45 +04:30
Sébastien Chopin
b26d3d6b6f Update i18n example 2017-06-04 14:28:39 +02:00
Pooya Parsa
c5ca8c64f1 refactor: nuxt constructor no longer returns a promise
by not returning a promise we can expose .render method
also the old way of using nuxt won't change by 1.x release
2017-05-31 18:51:16 +04:30
Sebastien Chopin
43de27faef Fix i18n example for alpha3 2017-05-31 13:21:55 +02:00
Sebastien Chopin
488010bf78 Upgrade dependencies and JSDOM API 2017-05-30 16:08:51 +02:00
Sebastien Chopin
d9d5d1a5d8 Update TS example 2017-05-29 17:24:40 +02:00
Sebastien Chopin
d481da9df0 Update auth-routes example 2017-05-29 17:00:01 +02:00
Sébastien Chopin
893d275a78 Update i18n example for 1.0 2017-05-21 21:01:08 +02:00
Sébastien Chopin
c3355e1467 Store state should always be a method now 2017-05-21 15:45:21 +02:00
Sébastien Chopin
14c3c07d57 Remove cache option, use build.ssr.cache instead 2017-05-21 15:13:19 +02:00
Sébastien Chopin
e95c0a6573 Use 2 files for normal store 2017-05-21 02:03:11 +02:00
Sébastien Chopin
cf58f299d8 Add typescript example 2017-05-20 11:35:50 +02:00
Pooya Parsa
32ac90482e Merge remote-tracking branch 'remotes/origin/fix-middleware' into dev
# Conflicts:
#	lib/app/server.js
#	lib/app/utils.js
#	lib/generate.js
#	yarn.lock
2017-05-15 15:33:52 +04:30
Sébastien Chopin
383a9a46c0 Merge pull request #703 from bratberg/master
Bumped nuxt and vuetify versions
2017-05-14 19:36:40 +02:00
Espen Bratberg
64aa5a3c95 Fix blocking css 2017-05-11 20:16:35 +02:00
Espen Bratberg
25b23b4cbb Adds demo link to README 2017-05-11 19:11:32 +02:00