Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techquery/vcard-web
vCard generator
https://github.com/techquery/vcard-web
generator vcard web
Last synced: 16 days ago
JSON representation
vCard generator
- Host: GitHub
- URL: https://github.com/techquery/vcard-web
- Owner: TechQuery
- Created: 2019-08-21T15:04:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T20:10:40.000Z (about 1 month ago)
- Last Synced: 2024-12-26T04:42:34.473Z (21 days ago)
- Topics: generator, vcard, web
- Language: TypeScript
- Homepage: http://tech-query.me/vCard-Web/
- Size: 792 KB
- Stars: 3
- Watchers: 2
- 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/
[![CI & CD](https://github.com/TechQuery/vCard-Web/actions/workflows/main.yml/badge.svg)][2]
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][3]
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][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/