This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Go to file
Aristides fbe81fbc0c Load external assets with https in select2 example (#3053)
Otherwise it doesn't work if the page is loaded with http.
2016-06-10 18:27:18 -04:00
benchmarks remove preserveWhitespace usage in dbmon 2016-06-10 18:21:00 -04:00
build add pad/map option to sfc parser 2016-06-10 13:19:04 -04:00
dist adjust build 2016-06-07 21:53:43 -04:00
examples Load external assets with https in select2 example (#3053) 2016-06-10 18:27:18 -04:00
flow remove preserveWhitespace config option 2016-06-10 18:14:58 -04:00
packages add pad/map option to sfc parser 2016-06-10 13:19:04 -04:00
src remove preserveWhitespace config option 2016-06-10 18:14:58 -04:00
test fix SSR tests after preserveWhitespace removal 2016-06-10 18:26:48 -04:00
.babelrc adjust build 2016-06-07 21:53:43 -04:00
.eslintignore ignore packages in eslint 2016-06-08 12:19:15 -04:00
.eslintrc annotate entries 2016-05-12 12:34:54 -04:00
.flowconfig improve codegen for smaller generated code size 2016-05-18 20:57:51 -04:00
.gitignore setup unit test 2016-04-23 20:00:38 -04:00
circle.yml setup coverage 2016-05-13 21:12:56 -04:00
package.json coverage for sfc-parser 2016-06-10 16:57:42 -04:00
README.md update coverage badge link 2016-06-08 11:28:16 -04:00

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