Pooya Parsa
|
a318144b9a
|
reorder imports
|
2017-06-13 01:02:34 +04:30 |
|
Pooya Parsa
|
61534431a9
|
eslint
|
2017-06-12 21:34:45 +04:30 |
|
Pooya Parsa
|
8fe9380df9
|
refactor into components
|
2017-06-11 18:47:36 +04:30 |
|
Mouti'a Benachour
|
923f907442
|
call .nuxt directory buildDir
|
2017-05-24 00:52:48 +01:00 |
|
Pooya Parsa
|
054df82200
|
Allow override NODE_ENV with env config.
This allows debugging SSR hydration problems easier in production. (#727 and #574)
|
2017-05-21 14:18:22 +04:30 |
|
Sébastien Chopin
|
072216c045
|
Merge branch 'master' into fixes
|
2017-05-05 16:50:24 +02:00 |
|
Sebastien Chopin
|
333e3cf13a
|
Add other extensions
|
2017-05-05 16:48:12 +02:00 |
|
Pooya Parsa
|
6504b0666a
|
ESLint Fixes
|
2017-05-05 18:45:00 +04:30 |
|
Pooya Parsa
|
87172100c7
|
[vue-loader] allow using builtin extractCSS functionality
This option is disabled by default and won't affect exiting users.
However users can easily enable this option using `nuxt.build.extractCSS`
Implementation is according to:
- https://github.com/vuejs/vue-loader/tree/master/docs/en/configurations
- https://ssr.vuejs.org/en/css.html
- https://github.com/vuejs/vue-hackernews-2.0/tree/master/build
|
2017-04-30 16:28:25 +04:30 |
|
Pooya Parsa
|
d9ed6ecea9
|
integrate template with server renderer
|
2017-04-27 22:36:10 +04:30 |
|
Pooya Parsa
|
ac151a41f0
|
Basic vue-server-renderer/client-plugin integration
|
2017-04-27 15:50:43 +04:30 |
|
Sébastien Chopin
|
e69aa7c401
|
Simplify offline plugin
|
2017-04-17 15:27:32 +02:00 |
|
Sébastien Chopin
|
ec8291ea4c
|
Fix lint style
|
2017-04-15 13:19:41 +02:00 |
|
Sébastien Chopin
|
2560bfb512
|
Merge branch 'master' into offline-plugin-integration
|
2017-04-08 11:33:32 +02:00 |
|
Walter Ye
|
e7bcdc736e
|
pass 'this nuxt' context in extend webpack config
// nuxt.config
build: {
extend (config, {dev, isClient}) {
// get this context here
config.resolve.alias['~services'] = join(this.srcDir, 'services');
},
}
|
2017-04-01 13:34:09 +08:00 |
|
Sébastien Chopin
|
617999a60a
|
Add manifest
|
2017-03-26 00:52:39 +01:00 |
|
Sébastien Chopin
|
d4db5792a4
|
Improve webpack config
- Remove filenames.css
- Add FriendlyErrorsWebpackPlugin()
- Add sourceMaps for UglifyJS
- Minify CSS for server-rendered pages
- Add css-loader for imports
|
2017-03-24 01:28:04 +01:00 |
|
Sébastien Chopin
|
64f83b71c3
|
Vue 2.2 and styles included
|
2017-03-22 15:47:34 +01:00 |
|
rohitpal
|
7eccd429ca
|
fixed import
|
2017-03-12 05:32:28 +05:30 |
|
rohitpal
|
2da8ba84c9
|
offline-plugin-integration initial commit
|
2017-03-12 05:25:01 +05:30 |
|
Sébastien Chopin
|
40d52645e8
|
asyncData
|
2017-02-28 13:11:29 +01:00 |
|
Sébastien Chopin
|
996613ce8b
|
prefetch only in production
|
2017-02-28 13:11:29 +01:00 |
|
Sébastien Chopin
|
0e2474c681
|
Check if app.html exists
|
2017-02-22 18:19:49 +00:00 |
|
Sébastien Chopin
|
6cc1231eb2
|
Add performance option
|
2017-02-21 17:39:29 +00:00 |
|
Sébastien Chopin
|
10c4b1550f
|
Use HTML template + optimise cache control + gzip
|
2017-02-21 17:11:41 +00:00 |
|
Sébastien Chopin
|
c5b8d16a2b
|
Add progress-bar when building
|
2017-02-08 14:09:59 +01:00 |
|
Sébastien Chopin
|
7552da1453
|
Add analyse option
|
2017-01-23 17:56:05 +01:00 |
|
Sébastien Chopin
|
ef4065b350
|
Move build folder inside lib
|
2017-01-19 16:25:32 +01:00 |
|