# mlsql-web **Repository Path**: promise-phyon/mlsql-web ## Basic Information - **Project Name**: mlsql-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-12 - **Last Updated**: 2021-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mlsql-web mlsql-web是一个基于VueJs2的前端应用, 目前已经集成到[StreamingPro](https://github.com/allwefantasy/streamingpro)中。你下载并且启动[StreamingPro](https://github.com/allwefantasy/streamingpro) 后访问首页即可看到该编辑器。 提供的功能有: 1. MLSQL关键词的自动补全 2. 可以执行选中的语句/或者全部语句 3. 关键字+tab可以自动扩展成语句模板,避免句法错误。 4. 可以通过快捷键自动注释/去掉注释多条语句 5. 还有更多。。。。 ![pic](./images/WX20180629-105204@2x.png) ## 同时.... 这也是一个示例项目,我会尽可能将vuejs 2.0 的一些优雅实践沉淀在这个项目里。 ## FAQ ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ```