Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
vuepress
📝 Minimalistic Vue-powered static site generator
Collective -
Host: opensource -
https://opencollective.com/vuepress
- Code: https://github.com/vuejs/vuepress
github.com/vuejs/vuepress - 49ebf10367694936e25711f4d532991cb2c70a4d authored about 6 years ago
github.com/vuejs/vuepress - d59969cb2a1907108da906748716ebc0732921b1 authored about 6 years ago
github.com/vuejs/vuepress - fb554c0577056306e61acef917500d6bc3443806 authored about 6 years ago
github.com/vuejs/vuepress - e599c054578e3f161c56c4c5f8800e115858b76b authored about 6 years ago
github.com/vuejs/vuepress - e963731da79b8d62ffc53f8603050d0c4ccaaf71 authored about 6 years ago
Internal changes:
- More convenient way to add async functional option APIs.
github.com/vuejs/vuepress - 5ee2b2bd9765fa6416f3e494a8951e51190d2f29 authored about 6 years agogithub.com/vuejs/vuepress - 26c062895041ccbb7d7c5ccb89ca497a94d99c08 authored about 6 years ago
github.com/vuejs/vuepress - 3755beb02f05986d9d9b49ddf57e6bcc69ce25fa authored about 6 years ago
github.com/vuejs/vuepress - 30951060d232c0ac231d2bb2d728a3bfe5a0ea3e authored about 6 years ago
Since --no-cache is defined, --cache/--no-cache can only be a boolean, and so any argument that ...
github.com/vuejs/vuepress - 172afa38a98cd6f971e1f3e9817b60416e97977e authored about 6 years agogithub.com/vuejs/vuepress - 1e28e921f9414bfa52b51c5172527d4782f397c1 authored about 6 years ago
github.com/vuejs/vuepress - 90178214da19e74deb15b396162f38a6bb2639db authored about 6 years ago
Refs:
- https://github.com/nodejs/node/issues/21203
- https://github.com/nodejs/node/commit/cbc...
github.com/vuejs/vuepress - dcca9fdc0d5d94575453e6126d382f887a911fa8 authored about 6 years ago
github.com/vuejs/vuepress - a9b9d9a4352134896c18787f49a900ef2ea08b4a authored about 6 years ago
* feat($core): support Vue SFC as source files
* refactor: When Vue SFCs are source files, ma...
github.com/vuejs/vuepress - 6c449bdf6cffb40bd92cad28dadc4a5052899305 authored about 6 years agogithub.com/vuejs/vuepress - 39afb62ac67864795ef41ae3101f202aa056170c authored about 6 years ago
This commit also convert the AppContext into a singleton.
github.com/vuejs/vuepress - 68add1946798d51f708e637d312017ae77fb474c authored about 6 years agogithub.com/vuejs/vuepress - d6ec9cf7112a4338ba1544276e5b4efd02d79e6c authored about 6 years ago
github.com/vuejs/vuepress - 9070496227cc08efac27165472c8f72130d04327 authored about 6 years ago
github.com/vuejs/vuepress - 0ecd0998d2deae569c6212b37cfa2afac5059a40 authored about 6 years ago
github.com/vuejs/vuepress - 246ef8df5ef00f01f67fb658323b8d709315a546 authored about 6 years ago
github.com/vuejs/vuepress - 2f71e0e6a7ca53a5460598f6cf7dffcb6c717cd0 authored about 6 years ago
github.com/vuejs/vuepress - 8ea0fcca48cd71ca223fc9695a0ddc1bf7e7bf69 authored about 6 years ago
github.com/vuejs/vuepress - 08764918b7a9401026cdd664575427b55ae171fb authored about 6 years ago
github.com/vuejs/vuepress - 43479a25c1b435c970f6c46c54c5fc7a646534cc authored about 6 years ago
github.com/vuejs/vuepress - d594ce6fb60261fed310362d1f54d41264c397ed authored about 6 years ago
github.com/vuejs/vuepress - c6764e22b9afdee0d81f4767bb9d972ff586de7c authored about 6 years ago
github.com/vuejs/vuepress - dfb0bbaa87a4694c59bc113ec82bce0937cbef51 authored about 6 years ago
github.com/vuejs/vuepress - b3c2f68003c7257ada96f65a3284ba48b5835e39 authored about 6 years ago
github.com/vuejs/vuepress - ca6ad3c7be3a3c0b72099a4b06fbac8a0a3a0ec5 authored about 6 years ago
github.com/vuejs/vuepress - c52e4b86daa7770930774fd3087fdd95ed1fbf07 authored about 6 years ago
github.com/vuejs/vuepress - 427ef93a56dc38f59bc498d78a04b67e5737c991 authored about 6 years ago
github.com/vuejs/vuepress - a497cc60d974084ae1037da76084efbc28440ed0 authored about 6 years ago
github.com/vuejs/vuepress - 02e99ea1768a0a7f7cb2c98e06b7f76c192313e2 authored about 6 years ago
github.com/vuejs/vuepress - 0bfd9daab38cca106c1a3d8466bdc77eb04dc8b3 authored about 6 years ago
github.com/vuejs/vuepress - 5d9f87b203d1d90b41cbc58c996de3cbcdb179a8 authored about 6 years ago
'* + Enter' to log the keys of AppContext, while 'key + Enter' is to log the value of correspond...
github.com/vuejs/vuepress - e570252f0c78868521a8f8c34707270d606149be authored about 6 years agoClose: #1040
e.g.
markdown: {
config: md => {
md.set({linkify: true});
}
}
...
github.com/vuejs/vuepress - d8db81c01d6bc61fe35e1b23a28f52327a7b0313 authored about 6 years agogithub.com/vuejs/vuepress - 8dd418efd0fcb7990e9f4924ff172d4a5cde6b2c authored about 6 years ago
github.com/vuejs/vuepress - c816e58e68fa3f0311cacb150564abcf1f56c840 authored about 6 years ago
It's because we didn't read slotKey prop at Content component
This commit also updated the docu...
github.com/vuejs/vuepress - 4f505a81ed9fb4436158a7b70457d4dc058515de authored about 6 years ago
github.com/vuejs/vuepress - 8a4b5e8043d339614b994e4cf36dface16a9a550 authored about 6 years ago
github.com/vuejs/vuepress - 1a897cb88d954f1f3df28a3323abd233b1fe031f authored about 6 years ago
github.com/vuejs/vuepress - 51463b9be18690563af1828cf2b05439ad05b823 authored about 6 years ago
github.com/vuejs/vuepress - 01f9aa34a3b49ad074049eacac9ee8531ce9d688 authored about 6 years ago
github.com/vuejs/vuepress - e789f1a22392abf37ac76a9aad920bcd0ac09b76 authored about 6 years ago
github.com/vuejs/vuepress - dbbf4a56ebf766822958371b99b61be48f2d3f0b authored about 6 years ago
github.com/vuejs/vuepress - 3be292ec17d59213c31cc4b28cb363c9db4dfeed authored about 6 years ago
Will open a new API 'smoothing-scroll' to replace this at next alpha version
github.com/vuejs/vuepress - de72c91cac3af051cd5da3b11ac03a1a30e28f31 authored about 6 years agoReported at #996
github.com/vuejs/vuepress - e8b78c4e7093176aa103a02c107d5167266871b5 authored about 6 years agogithub.com/vuejs/vuepress - b0133e34bfca8e840af55bfe157b158c5860e538 authored about 6 years ago
github.com/vuejs/vuepress - 9d4bb1945553766fd270d93d5ea766bd51e78934 authored about 6 years ago
github.com/vuejs/vuepress - 8611c1cb19dad7099bab1e54bb6f7c77d10ec3ec authored about 6 years ago
github.com/vuejs/vuepress - c15bdfc42c511e774baf9ada058e9024877cf0a7 authored about 6 years ago
github.com/vuejs/vuepress - 8c6b06916147c0ec1bd882b4a76ce93aec8a2a94 authored about 6 years ago
Move the transformation to $plugin-last-updated, BTW, expose `lang` as the 2nd argument
github.com/vuejs/vuepress - c059faa6fd19ee63ab8a9515c1b0cf349b805697 authored about 6 years agogithub.com/vuejs/vuepress - d338468252fe16e37ab026d3f374451ab31436c0 authored about 6 years ago
github.com/vuejs/vuepress - 12774452106d91253d87deaf94273f19db53f9ee authored about 6 years ago
github.com/vuejs/vuepress - aad86b965c3f57f35d7aa9106aedc65681e40f0b authored about 6 years ago
github.com/vuejs/vuepress - 2a6d8960636e9d5e540c545da27163b440659896 authored about 6 years ago
github.com/vuejs/vuepress - df99cb6e4bcb692707cefedbc190c0121f140c5b authored about 6 years ago
github.com/vuejs/vuepress - 9c613902c22681a4ad28d617a911203df817b951 authored about 6 years ago
github.com/vuejs/vuepress - 975f5683d23bbc322fc579fd4e3d0a8d8f8e6951 authored about 6 years ago
github.com/vuejs/vuepress - 38572a16af6f241bbd59d7679046e1cae57fe1e9 authored about 6 years ago
github.com/vuejs/vuepress - f312ad8477d1416f422bdd8ebccd5da05397b2b8 authored about 6 years ago
github.com/vuejs/vuepress - 408d44b65e1b8375cea4b637d8f4d82252910afd authored about 6 years ago
github.com/vuejs/vuepress - 8984427818898d3ea0492a92f8983aebde4da855 authored about 6 years ago
github.com/vuejs/vuepress - ef4c7eceab5bb46bb2d1867b864067b7353534a7 authored about 6 years ago
Lervarage 'speedAsDuration: true' to ensure each transition only takes 400ms (Extracted from vue...
github.com/vuejs/vuepress - 58981fb40d075e0e0fa7a74f55f5378ea830ba67 authored about 6 years agoLocal development will benefit from it.
github.com/vuejs/vuepress - 6a47d80a6df8425ffce575ae96a4a8c2abad7963 authored about 6 years agogithub.com/vuejs/vuepress - ab0e002b7136724a57f675f2c5a3b404354e3c3a authored about 6 years ago
github.com/vuejs/vuepress - cd7d32a09166732ba73279f203966b9f3e95f80d authored about 6 years ago
github.com/vuejs/vuepress - 2c7a13eabf75fd0af290a794dcac73f66ed24194 authored about 6 years ago
github.com/vuejs/vuepress - a267b4a507d669a01c6789011b56a5b05aff4f83 authored about 6 years ago
stirng > string
github.com/vuejs/vuepress - 59eaa6a57b496e8d7fcdfe97d416c27a2063a614 authored about 6 years agogithub.com/vuejs/vuepress - c21a21b40399ff7703ef81beb33378a7be2a1c73 authored about 6 years ago
github.com/vuejs/vuepress - 844a8c7d89f1045d77fcccc37a4f606c14c89457 authored about 6 years ago
Default value of flex is `flex: 1 1 auto`, while `flex: 1` is `1 1 0`
github.com/vuejs/vuepress - 6734a608b2e637a48c2a634e3538beae86974927 authored about 6 years agogithub.com/vuejs/vuepress - 8e555f68d3c31be38e6cc7baa225872320bac268 authored about 6 years ago
github.com/vuejs/vuepress - 6b9b38b4e5c87323ebceb2ed9208a70285d87274 authored about 6 years ago
github.com/vuejs/vuepress - 5b0cdcf5b8792b7d25e159fed836867675fd2b58 authored about 6 years ago
github.com/vuejs/vuepress - a3938b27db9fa52fca1ed9de38c687ae399c856e authored about 6 years ago
During some CI context, the git command would not exist, this change just ensure that the build ...
github.com/vuejs/vuepress - 2a4e37f4ca483d50e313ea61dbefe82948b301b8 authored about 6 years agogithub.com/vuejs/vuepress - 78dd14e9372966193eafe872c3f272adee22417b authored about 6 years ago
github.com/vuejs/vuepress - e8d728fa0948c1ef7dea2de4a1f6d57cd1ef928c authored about 6 years ago
github.com/vuejs/vuepress - 1a87017cc7b787b2b8d6fdfe31f8d7b53f6c9c97 authored about 6 years ago
github.com/vuejs/vuepress - 2b40e7ea9298de7b2ee91b2ff85eaaf26e452cb5 authored about 6 years ago
github.com/vuejs/vuepress - 8af52db06ff2d1b1f90948c8912381e7fa5074cf authored about 6 years ago
github.com/vuejs/vuepress - 0d45cf4de7ae24b4f704354a6c87ef236cf51053 authored about 6 years ago
github.com/vuejs/vuepress - 17a03f27c6c9f52a08f1f87d380a98e329ce91ed authored about 6 years ago
github.com/vuejs/vuepress - efece122e5df3a076effed5542607043cc968cb6 authored about 6 years ago
github.com/vuejs/vuepress - 100bbf246165257067d066e00376e5cdd1af2a2a authored about 6 years ago
github.com/vuejs/vuepress - dac42da6484d4a351d5e71ed5c1b6659ad69c4d2 authored about 6 years ago
github.com/vuejs/vuepress - ed4ca2a3ac95d9aa9743c3c7e906b1a4c939e7cf authored about 6 years ago
github.com/vuejs/vuepress - db8d040540a3dfa9c91fbb026105bb88c0799955 authored about 6 years ago
github.com/vuejs/vuepress - 82cd30064898204dcfa908079939140c3f152ed3 authored about 6 years ago
This commit fixed #977 for 0.x.
github.com/vuejs/vuepress - 2dafd88673072d9f61579997fca77e92e7ad84db authored about 6 years agogithub.com/vuejs/vuepress - c8f6aebd42e000581ba9550f0724217324cb04ce authored about 6 years ago