https://github.com/gldraphael/unescaper
🧹 An SPA that unescapes escaped characters.
https://github.com/gldraphael/unescaper
Last synced: 6 months ago
JSON representation
🧹 An SPA that unescapes escaped characters.
- Host: GitHub
- URL: https://github.com/gldraphael/unescaper
- Owner: gldraphael
- Created: 2019-12-30T09:49:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T17:43:21.000Z (over 2 years ago)
- Last Synced: 2025-06-26T12:51:59.428Z (about 1 year ago)
- Language: Vue
- Homepage: https://unescaper.galdin.dev
- Size: 5.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unescaper
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).