This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Evan You 82c76175ec use extend instead of Object.assign() since the latter is not avaialble in phantomjs 10 anni fa
benchmarks 94d186b095 update ssr benchmark 10 anni fa
build 59e92a58c5 screw ie8 10 anni fa
dist 2792f3c95e readme, version, add dist files 10 anni fa
examples 5a5c7eb39d ready -> mounted 10 anni fa
flow 837853d95a better inferring of component names in warnings 10 anni fa
src acd712d54d fix ref codegen 10 anni fa
test 82c76175ec use extend instead of Object.assign() since the latter is not avaialble in phantomjs 10 anni fa
.babelrc 623bcc632c update build setup to make babel work properly with flow 10 anni fa
.eslintignore 45d96c7dbc annotation for vdom (wip) 10 anni fa
.eslintrc b926b9e7cd annotate entries 10 anni fa
.flowconfig 6fe268874c improve codegen for smaller generated code size 10 anni fa
.gitignore 9ce3693021 setup unit test 10 anni fa
README.md d3878c2292 add coverage badge 10 anni fa
circle.yml 8c6db60b58 setup coverage 10 anni fa
package.json 19495df45a use babel-plugin-coverage instead 10 anni fa

README.md

vue-next CircleCI Coverage

pre-alpha state, use at your own risk. For the time being, check out the announcement post and the feature comparison with 1.0.

Build

npm install
npm run build