Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a1exalexander/self-isolation
🙈 Self Isolation
https://github.com/a1exalexander/self-isolation
Last synced: 18 days ago
JSON representation
🙈 Self Isolation
- Host: GitHub
- URL: https://github.com/a1exalexander/self-isolation
- Owner: a1exalexander
- License: mit
- Created: 2020-03-17T10:45:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:46:20.000Z (about 2 years ago)
- Last Synced: 2025-01-01T20:53:43.016Z (21 days ago)
- Language: Vue
- Homepage: https://self-isolation.now.sh
- Size: 2.77 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# self-isolation.front
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).