# wxml-transpiler **Repository Path**: nwuflame/wxml-transpiler ## Basic Information - **Project Name**: wxml-transpiler - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-24 - **Last Updated**: 2021-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wxml-transpiler ## Intro Port of wcc.cpp/wcc/wcc.exe to JavaScript: use compiler carried with Vue.js to transpile wxml ([Grammers to Support](https://mp.weixin.qq.com/debug/wxadoc/dev/framework/view/wxml/)). ## Give it a Try > Get Started ```sh # install deps npm i # build dep npm run build # run node test/test ``` > Dev Opts ```sh # auto rebuild npm run dev # autorestart type check system ## brew install watch watch -t npm run flow # autorestart test npm run autotest ``` ## Todo - error position feedback - `propStore` should better not be global - push props in parseText to reuse pushed props ## License [MIT](http://opensource.org/licenses/MIT)