Evan You
6658b81a3b
ci: adjust cache
7 years ago
Evan You
2b3e1a0a96
build: build 2.5.1
7 years ago
Evan You
f38d44e23b
ci: update caching setup + update weex runtime
7 years ago
Evan You
bc2918f0e5
build: build 2.5.0
7 years ago
Evan You
96472be6f6
types: add types for new features and adjust tests
7 years ago
Evan You
a5e5b31455
feat: add in-browser build for vue-template-compiler
7 years ago
Meyti
dd50543829
docs: typo fix ( #6729 )
94512f3e8c/src/platforms/web/entry-compiler.js (L5)
7 years ago
SheetJSDev
924bfec9bc
doc: spelling and formatting ( #6681 )
7 years ago
Evan You
a32490f27d
build: build 2.4.4
7 years ago
kazuya kawaguchi
ed88ac4114
docs(packages): fix syntax ( #6600 )
7 years ago
Evan You
ef432c6e86
build: build 2.4.3
7 years ago
Clark Du
1a19c418b1
chore(docs): update packages readme links which point to 404 ( #6577 )
7 years ago
Evan You
f323719f20
chore: add line numbers to flow link in compiler readme
7 years ago
katashin
a67b795b36
types: add TypeScript declarations of webpack plugins ( #6325 )
close #6301
7 years ago
Hanks
b5cc8b9e93
[release] weex-vue-framework@2.4.2-weex.1 ( #6196 )
* build(release weex): ignore the file path of entries
* [release] weex-vue-framework@2.4.2-weex.1
7 years ago
Evan You
fd68195496
build: build 2.4.2
7 years ago
Evan You
297ded6d27
build: build 2.4.1
7 years ago
Evan You
1bdea8221a
build: build 2.4.0
7 years ago
Evan You
dc1bca1361
chore: document new ssr methods in vue-template-compiler
7 years ago
katashin
e6de9a5de2
Add types for vue-server-renderer ( fix #5772 ) ( #5775 )
* add types for vue-server-renderer
* add a new line to the end of files
* make RenderCallback's err to be nullable
* fix the server side directive types
* make stricter the types of the server bundle and the client manifest
8 years ago
gaara
0b2f11036d
fix typo ( #5667 )
8 years ago
Evan You
6bdaeb0444
[build] 2.3.3
8 years ago
Evan You
60291f2752
[build] 2.3.2
8 years ago
Evan You
2355318f0f
[build] 2.3.1
8 years ago
Pooya Parsa
1635ca7143
[vue-server-renderer] ensure assets are unique ( #5540 )
* [vue-server-renderer] ensure assets are unique
* add lodash.uniq to devDependencies
8 years ago
Evan You
d6c070d54d
link to latest info
8 years ago
Evan You
87b0d5d5a4
[build] 2.3.0
8 years ago
Evan You
56b6f8aac6
[build] 2.3.0-beta.1
8 years ago
Alexander Tesfamichael
e5814dee67
Update packages readme links ( #5488 )
8 years ago
Evan You
94d5e332d1
use lodash.template for ssr templates by default
8 years ago
Evan You
bce51f3fbc
remove unnecessary dep in vue-server-renderer
8 years ago
Evan You
a2bff57b0d
include ssr webpack plugin in main repo
8 years ago
Evan You
924435a0fa
ssr: only preload scripts by default
8 years ago
Evan You
92e91927f5
update docs for ssr
8 years ago
Evan You
fae6b87786
refactor: pull in vue-ssr-html-stream and refactor into generic template renderer
8 years ago
Evan You
113fce9955
[build] 2.2.6
8 years ago
Evan You
b876395441
[build] 2.2.5
8 years ago
Evan You
6cf5d2d0d3
[build] 2.2.4
8 years ago
Evan You
b28aa39962
[build] 2.2.3
8 years ago
Evan You
8921d63bb0
[build] 2.2.2
8 years ago
Nathan Shively-Sanders
2dc177ffb3
SFC parseComponent pads complete content with spaces ( #5059 )
* SFC parseComponent pads content with spaces
when `{ pad: true }` is provided. That is, all content is converted to
spaces. Previously, each line was truncated to "//". The new padding
method works better with character-oriented tools that calculate
positions by distance from the beginning of the file instead of by line
number.
* Made parseComponent's pad support "line" | "space"
Also still supports true for backward compatibility. True is the same as
"line".
8 years ago
Evan You
b7040d31d4
[build] 2.2.1
8 years ago
Evan You
31902746b5
[build] 2.2.0
8 years ago
Evan You
82474b512d
[build] 2.2.0-beta.2
8 years ago
Evan You
f606d19a8b
[build] 2.2.0-beta.1
8 years ago
Evan You
8d88512837
ssr: resolve require() calls relative to bundle ( fix #4936 )
8 years ago
Evan You
9df7870b7f
revert ssr readme edit
8 years ago
Evan You
a0163cc0b5
update weex-template-compiler deps
8 years ago
Evan You
1c79592524
feat: implement template option for vue-server-renderer
8 years ago
kazuya kawaguchi
e853d1994d
add compiler result field ( #4845 )
ref: CompiledResult type at flow/compiler.js
8 years ago