Go to file
2016-05-11 13:00:16 -04:00
benchmarks fix reorder benchmark after track-by change 2016-05-08 00:46:23 -04:00
build implement $isServer and ssr observation skipping via env variables 2016-05-10 18:03:30 -04:00
dist readme, version, add dist files 2016-04-26 13:29:27 -04:00
examples ready -> mounted 2016-05-10 11:26:00 -04:00
src use _isServer flag to determine whether __path__ should be noop 2016-05-11 13:00:16 -04:00
test implement $isServer and ssr observation skipping via env variables 2016-05-10 18:03:30 -04:00
.babelrc ignore dist files in babel 2016-04-29 16:05:19 -04:00
.eslintrc use eslint-config-vue 2016-05-05 19:11:15 -04:00
.gitignore setup unit test 2016-04-23 20:00:38 -04:00
.tern-project add tern config file 2016-05-09 14:42:58 -04:00
circle.yml update build 2016-04-26 13:01:13 -04:00
package.json implement $isServer and ssr observation skipping via env variables 2016-05-10 18:03:30 -04:00
README.md add links to readme [ci skip] 2016-04-27 14:13:58 -04:00

vue-next CircleCI

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