# vue-sqleditor-poc **Repository Path**: yt2018_admin/vue-sqleditor-poc ## Basic Information - **Project Name**: vue-sqleditor-poc - **Description**: A vue component of an SQL Editor based on CodeMirror, with a custom auto-completion - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-codemirror A SQL Editor based on [CodeMirror](https://codemirror.net/), with a [custom auto-completion](https://codemirror.net/doc/manual.html#addon_show-hint) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```