Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/)