https://github.com/pdsuwwz/vue3-sql-highlight
基于 Vue3 + Vite4 + Codemirror SQL 语法高亮的 MVP 样例工程
https://github.com/pdsuwwz/vue3-sql-highlight
codemirror codemirror-sql example mini-project mvp pnpm sample-project sql-highlight syntax-highlight vite3 vite4 vue3
Last synced: 9 months ago
JSON representation
基于 Vue3 + Vite4 + Codemirror SQL 语法高亮的 MVP 样例工程
- Host: GitHub
- URL: https://github.com/pdsuwwz/vue3-sql-highlight
- Owner: pdsuwwz
- License: mit
- Created: 2022-11-28T01:57:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T11:50:39.000Z (about 3 years ago)
- Last Synced: 2025-03-05T14:45:03.947Z (10 months ago)
- Topics: codemirror, codemirror-sql, example, mini-project, mvp, pnpm, sample-project, sql-highlight, syntax-highlight, vite3, vite4, vue3
- Language: Vue
- Homepage:
- Size: 261 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-sql-highlight
🌈 基于 Vue3 + Codemirror SQL 语法高亮的 MVP 样例工程
## 运行截图



## Install
```
pnpm install
```
## Run
```
pnpm serve
```
## Test
```
pnpm test
```
## License
[MIT](./LICENSE) License | Copyright © 2022-PRESENT [Wisdom](https://github.com/pdsuwwz)