lavas-core-vue
Advanced tools
Changelog
Lavas-core-vue [1.0.2-rc.0] - 2018-1-10
config
option to lavas dev
, lavas start
and lavas build
.static
, service-worker
, ssr
, error
and favicon
can be toggled by calling express/koaMiddleware()
.render()
function so that a custom SSR middleware can be used in SSR mode.Changelog
Lavas-core-vue [1.0.2-rc.0] - 2018-1-10
config
option to lavas dev
, lavas start
and lavas build
.static
, service-worker
, ssr
, error
and favicon
can be toggled by calling express/koaMiddleware()
.render()
function so that a custom SSR middleware can be used in SSR mode.Changelog
Lavas-core-vue [1.0.1-rc.1] - 2018-1-8
publicPath
is from CDN (eg. starts with http(s)://
or //
), a default path /
will be used instead. But in production mode, the CDN publicPath
will be used as assets' prefix correctly.