Commit Graph

90 Commits

Author SHA1 Message Date
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
Alexandre Chopin 14543bc327 fix tabs readme 2016-12-13 11:08:23 +01:00
Alexandre Chopin 044a4bfb55 update readme 2016-12-13 11:06:11 +01:00
Alexandre Chopin e1b5846899 update readme 2016-12-13 11:04:55 +01:00
Alexandre Chopin 1916bb6d2f clean example 2016-12-13 11:04:48 +01:00
Sébastien Chopin 7f3a39fea1 Fix child components data 2016-12-12 21:55:43 +01:00
Alexandre Chopin 2c4a512dda generate ok 2016-12-12 21:54:02 +01:00
Sébastien Chopin f8c7b5c012 Add validate option 2016-12-12 16:30:07 +01:00
Sébastien Chopin b3df306c30 Merge branch 'master' into nested-dynamic-routes 2016-12-12 15:02:32 +01:00
Sébastien Chopin ca7d8bc3a8 No extension needed to import vue files 2016-12-12 15:01:57 +01:00
Alexandre Chopin 32a6f30118 delete option routes.router 2016-12-12 14:16:47 +01:00
Alexandre Chopin cc15926340 update example 2016-12-12 00:15:15 +01:00
Alexandre Chopin ae2bf10221 nested data example update 2016-12-11 17:10:35 +01:00
Alexandre Chopin 1ee4f9c40e update example 2016-12-11 16:41:52 +01:00
Alexandre Chopin d09fdfb78e scoop position nested routes 2016-12-11 16:40:18 +01:00
Alexandre Chopin 8870c181d7 Update custom route example
Build and Router
2016-12-11 02:44:40 +01:00
John Lindquist d7fb9560be Update README.md 2016-12-09 14:32:19 -07: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
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 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
Sébastien Chopin 15e066b060 Finish auth-routes example 2016-12-07 19:23:08 +01:00
Sébastien Chopin 401930450c remove console.log 2016-12-07 18:59:38 +01:00
Sébastien Chopin 495c46040b Update ava test 2016-12-07 18:37:19 +01:00
Sébastien Chopin a757fd6401 Update for production 2016-12-07 17:13:32 +01:00
Sébastien Chopin bcaf91a278 Update auth-routes example 2016-12-07 17:03:52 +01:00
Alexandre Chopin 3536936856 add name on custom routes example 2016-12-07 01:58:59 +01:00
Victor Tolbert 2ad9951a71 Fix markdown table and typo 2016-12-05 20:36:08 -05:00
steven5538 451737e0e2 Update README.md
typo
2016-12-05 15:13:16 +08:00
Sébastien Chopin 12c013df36 Add auth-routes examples (WIP) 2016-12-04 19:16:47 +01:00
Sébastien Chopin ddbffcc8af Add README 2016-12-01 19:09:40 +01:00
Sébastien Chopin ba8327abf4 Add cached-components example 2016-12-01 19:09:40 +01:00
Sébastien Chopin 4f60d4250e Use https for API calls 2016-11-27 19:26:42 +01:00
Sébastien Chopin 6ab9f138c4 Clean custom-routes example 2016-11-27 18:12:45 +01:00
Sébastien Chopin d1920860c0 script start for hello-world 2016-11-27 17:18:56 +01:00
Sébastien Chopin 34f46720c3 hello-world example like in the video 2016-11-27 13:39:52 +01:00
Sébastien Chopin fc25b2eaa8 Update README.md 2016-11-25 18:20:07 +01:00
Sébastien Chopin 74951a7e40 Compress images 2016-11-25 17:57:22 +01:00
Sébastien Chopin cb3bf4c320 window.onNuxtReady is now a function 2016-11-25 15:36:27 +01:00
Sébastien Chopin e441b7eb12 process.BROWSER_BUILD 2016-11-24 01:46:20 +01:00
Sébastien Chopin 6d86df8291 Upgrade to vue 2.1.0 2016-11-23 13:40:25 +01:00
Sébastien Chopin b6affe88dd rename route-transitions 2016-11-21 20:44:35 +01:00
Sébastien Chopin 2400fabceb Add transition option and package.json next config 2016-11-21 19:53:11 +01:00
Sébastien Chopin edd0227e74 Add pages/_app.vue possibility + example 2016-11-21 14:15:08 +01:00
Alexandre Chopin b8436b067f Fix duplicate routes and hidden files 2016-11-20 12:23:48 +01:00