https://github.com/naynco/nayn.pwa
NAYN PWA
https://github.com/naynco/nayn.pwa
nayn publishing pwa
Last synced: 5 months ago
JSON representation
NAYN PWA
- Host: GitHub
- URL: https://github.com/naynco/nayn.pwa
- Owner: naynco
- License: apache-2.0
- Created: 2019-08-19T11:14:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:14:37.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:05:56.747Z (almost 2 years ago)
- Topics: nayn, publishing, pwa
- Language: Vue
- Homepage: https://nayn.co
- Size: 4.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAYN.PWA
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```