Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techeng322/pwaps
https://github.com/techeng322/pwaps
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/techeng322/pwaps
- Owner: techeng322
- Created: 2023-11-08T19:54:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-12T12:34:00.000Z (about 1 year ago)
- Last Synced: 2024-01-15T10:34:58.255Z (about 1 year ago)
- Language: Objective-C
- Size: 9.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwaps
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).