Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Magiccwl/vue-compiler-online
A compiler online tool base on vue.js
https://github.com/Magiccwl/vue-compiler-online
Last synced: about 1 month ago
JSON representation
A compiler online tool base on vue.js
- Host: GitHub
- URL: https://github.com/Magiccwl/vue-compiler-online
- Owner: Magiccwl
- Created: 2019-06-18T07:00:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:26:55.000Z (about 2 years ago)
- Last Synced: 2024-08-03T09:13:20.838Z (4 months ago)
- Language: Vue
- Homepage: https://magiccwl.github.io/vue-compiler-online/
- Size: 2.59 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - vue-compiler-online
README
A compiler online tool base on vue.js. When I read vuejs' source code, it's a little bit hard to figure out the detail of compilation process. Sometimes I need to debug anywhere and see the result, it's a good idea. But, debugging is not an efficient way to see source code, cuz you need debug repeately so many times. Also for someone who does care about the process, they just wanna take a look the result of compilation or the render function, so you can stick your template code here, the tool will generate something you want. Also it's a good way to understand the compilation process when you read the vuejs source code first time. Enjoy it. 💗
[https://magiccwl.github.io/vue-compiler-online/](https://magiccwl.github.io/vue-compiler-online/)