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

Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 9 年之前
benchmarks 4cf710e56d update ssr package 9 年之前
build ba3bec824d SSR: allow user to provide own (possibly async) cache implementation 9 年之前
dist a633b3b2d6 [build] 2.0.0-alpha.8 9 年之前
examples 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 年之前
flow eb9eb98cd9 use de-indent module 9 年之前
packages ac15b048fd ssr doc version fix 9 年之前
src 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 9 年之前
test 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 9 年之前
.babelrc f8daf74640 adjust build 10 年之前
.eslintignore be9264fbdc ignore packages in eslint 10 年之前
.eslintrc b926b9e7cd annotate entries 10 年之前
.flowconfig 2af9f68bd9 remove source-map generation from sfc parser 10 年之前
.gitignore 9d57879de1 record screenshots for e2e test failures 10 年之前
README.md 589e644530 use unique sauce build ID during releases, add sauce badge 9 年之前
circle.yml 8c6db60b58 setup coverage 10 年之前
package.json ba3bec824d SSR: allow user to provide own (possibly async) cache implementation 9 年之前

README.md

vue-next CircleCI Coverage Sauce Labs

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