Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andriannus/phone-book
Phone Book with Vue 3 and TypeScript
https://github.com/andriannus/phone-book
cypress jest typescript vue
Last synced: about 2 months ago
JSON representation
Phone Book with Vue 3 and TypeScript
- Host: GitHub
- URL: https://github.com/andriannus/phone-book
- Owner: andriannus
- License: mit
- Created: 2020-11-10T07:58:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T01:39:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:04:54.643Z (almost 2 years ago)
- Topics: cypress, jest, typescript, vue
- Language: TypeScript
- Homepage: https://phone-book.andriannus.id
- Size: 2.09 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Phone Book
Qoala's Front End test case.
## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```### Lints and fixes files
```bash
npm run lint
```### Unit test
```bash
npm run test:unit
```### e2e test
```bash
npm run test:e2e
```