https://github.com/techquery/vcard-web
vCard generator
https://github.com/techquery/vcard-web
generator vcard web
Last synced: about 1 month ago
JSON representation
vCard generator
- Host: GitHub
- URL: https://github.com/techquery/vcard-web
- Owner: TechQuery
- Created: 2019-08-21T15:04:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T20:10:40.000Z (over 1 year ago)
- Last Synced: 2025-10-19T12:49:39.252Z (5 months ago)
- Topics: generator, vcard, web
- Language: TypeScript
- Homepage: http://tech-query.me/vCard-Web/
- Size: 792 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# vCard Web
vCard generator based on [WebCell v3][1]
https://tech-query.me/vCard-Web/
[][2]
[][3]
[][4]
## Specification
- https://www.wikiwand.com/en/VCard
- http://microformats.org/wiki/hcard
## Technology stack
- Language: [TypeScript v5][5]
- Component engine: [WebCell v3][1]
- Component suite: [MDUI v2][6]
- PWA framework: [Workbox v7][7]
- Package bundler: [Parcel v2][8]
- CI / CD: GitHub [Actions][9] + [Pages][10]
## Development
```shell
npm i pnpm -g
pnpm i
npm start
```
## Deployment
```shell
pnpm build
```
[1]: https://web-cell.dev/
[2]: https://github.com/TechQuery/vCard-Web/actions/workflows/main.yml
[3]: https://codespaces.new/TechQuery/vCard-Web
[4]: https://gitpod.io/?autostart=true#https://github.com/TechQuery/vCard-Web
[5]: https://typescriptlang.org/
[6]: https://www.mdui.org/
[7]: https://developers.google.com/web/tools/workbox
[8]: https://parceljs.org/
[9]: https://github.com/features/actions
[10]: https://pages.github.com/