Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whl555/mini-vue
- Owner: whl555
- Created: 2024-06-20T04:22:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-14T15:48:27.000Z (23 days ago)
- Last Synced: 2024-10-17T22:38:53.213Z (20 days ago)
- Topics: babel, jest, typescript, vue3, yarn
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 实现 vue3 框架核心逻辑
# 安装依赖
npm install# 测试
npm run test / yarn test# 打包
npm run build / yarn build