viewding/vuejs-core forked from vuejs/core, forked 之后,仅保留了packages下的两个包:reactivity和shared。
虽然vue提供了单独使用reactivity的包:@vue/reactivity。但是,在viewding中不打算使用computed和ref的功能,所以,fork出来,专门定制一个仅包含更少功能的版本。
在viewding/vuejs-core/packages/reactivity目录下执行下述命令打包:
pnpm install
rollup -c rollup.config.mjs
Please follow the documentation at vuejs.org!
Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider sponsoring Vue's development.
For questions and support please use the official forum or community chat. The issue list of this repo is exclusively for bug reports and feature requests.
Please make sure to respect issue requirements and use the new issue helper when opening an issue. Issues not conforming to the guidelines may be closed immediately.
Please make sure to read the Contributing Guide before making a pull request. If you have a Vue-related project/component/tool, add it with a pull request to this curated list!
Thank you to all the people who already contributed to Vue!
Copyright (c) 2013-present, Yuxi (Evan) You