Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T11:50:39.000Z (about 2 years ago)
- Last Synced: 2024-11-03T13:52:51.424Z (about 2 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)