Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whl555/mini-vue

mini version of vue, including core logic
https://github.com/whl555/mini-vue

babel jest typescript vue3 yarn

Last synced: 1 day ago
JSON representation

mini version of vue, including core logic

Awesome Lists containing this project

README

        

# 实现 vue3 框架核心逻辑

# 安装依赖
npm install

# 测试
npm run test / yarn test

# 打包
npm run build / yarn build