An open API service indexing awesome lists of open source software.

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 正则表达式可视化

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)