Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthur-arslanov/messenger-pwa
PWA written on Vue 3 with TypeScript, Composition API, stylus, unit and e2e tests
https://github.com/arthur-arslanov/messenger-pwa
composition-api cypress jest pwa stylus typescript vue vuejs3
Last synced: 8 days ago
JSON representation
PWA written on Vue 3 with TypeScript, Composition API, stylus, unit and e2e tests
- Host: GitHub
- URL: https://github.com/arthur-arslanov/messenger-pwa
- Owner: Arthur-Arslanov
- Created: 2021-03-23T16:29:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:25:27.000Z (about 1 year ago)
- Last Synced: 2024-11-13T20:41:01.245Z (about 1 month ago)
- Topics: composition-api, cypress, jest, pwa, stylus, typescript, vue, vuejs3
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Messenger
Messenger PWA written on VueJS 3 with Composition API, TypeScript, stylus, unit and e2e tests
Start the project
- Run the API
- Clone this repo
- Run:
make install-deps
make serveRun tests
make test
Build project
make build