https://github.com/geneowak/regexpress
A desktop electron app
https://github.com/geneowak/regexpress
Last synced: 2 months ago
JSON representation
A desktop electron app
- Host: GitHub
- URL: https://github.com/geneowak/regexpress
- Owner: geneowak
- Created: 2020-09-15T12:22:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T13:15:14.000Z (over 2 years ago)
- Last Synced: 2023-03-04T05:18:13.342Z (over 2 years ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# regexpress
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).