https://github.com/snowdreams1006/regexper-static
JavaScript 正则表达式可视化
https://github.com/snowdreams1006/regexper-static
javascript regex regex-engine regex-match regex-pattern regex-validator regexper
Last synced: 7 months ago
JSON representation
JavaScript 正则表达式可视化
- Host: GitHub
- URL: https://github.com/snowdreams1006/regexper-static
- Owner: snowdreams1006
- License: mit
- Created: 2020-05-17T16:10:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:13:53.000Z (over 2 years ago)
- Last Synced: 2023-03-10T14:48:01.425Z (over 2 years ago)
- Topics: javascript, regex, regex-engine, regex-match, regex-pattern, regex-validator, regexper
- Language: JavaScript
- Homepage: https://regex.snowdreams1006.cn/
- Size: 4.47 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JavaScript 正则表达式可视化
> 感谢[http://regexper.com/](http://regexper.com/)开源项目
## 在线体验
- 推荐: [https://regex.snowdreams1006.cn/](https://regex.snowdreams1006.cn/)
- 备用: [https://snowdreams1006.gitee.io/regexper-static/](https://snowdreams1006.gitee.io/regexper-static/)
- 文档: [https://snowdreams1006.github.io/regexper-static/](https://snowdreams1006.github.io/regexper-static/)### 开发文档
`nodejs:8` 开发环境,可参考 `nvm` 安装多版本环境.
开始项目之前,请安装必要环境依赖:
```bash
yarn install
```开启开发模式,请运行:
```bash
yarn start
```运行结果将在 `./build` 目录下生成网站,监听本地 `8080` 端口,开启热加载模式.如果浏览器已安装热加载插件,页面会重新加载.
除此之外,还有一些其他 `gulp` 任务:
```bash
# Build documentation into the ./docs directory
gulp docs# Build the site into the ./build directory
gulp build# Run JSCS lint and Karma tests
yarn test
```## 许可证
详情请参考 [LICENSE.txt](./LICENSE.txt)