Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostdesign/cross-platform
Monorepo to be used as template for new cross-platform apps ✨
https://github.com/lostdesign/cross-platform
capacitor tailwindcss tauri vue
Last synced: 9 days ago
JSON representation
Monorepo to be used as template for new cross-platform apps ✨
- Host: GitHub
- URL: https://github.com/lostdesign/cross-platform
- Owner: lostdesign
- License: mit
- Created: 2022-04-07T20:37:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T18:26:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T21:35:50.321Z (2 months ago)
- Topics: capacitor, tailwindcss, tauri, vue
- Language: Vue
- Homepage:
- Size: 1.06 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cross-platform (🚧 WIP)
A repository to quickly build apps for any platform using web technology.## Todo
The list of things that need to be completed before a v1.0
### Repository / Generic
- [x] setup basic structure
- [ ] documentation
- [ ] readme
- [ ] create docs page on gh-pages
- [ ] semantic release
- [ ] automatic changelog
- [ ] automatic versioning### NPM Scripts
- [x] web
- [x] dev command
- [x] test command
- [x] build command
- [x] lint command
- [ ] desktop
- [x] dev command
- [x] build command
- [ ] test command
### Vue Package
- [x] add vue
- [ ] package readme
- [ ] tailwind
- [ ] pwa support
- ...### Tauri Package
- [x] add tauri
- [ ] package readme
- [ ] communication tauri+vue
- [ ] build pipeline
- [ ] code signing
- [ ] notarization
- [ ] app close handler
- ...### Capacitor Package
- [ ] add capacitor
- [ ] package readme
- [ ] communication capacitor+vue
- ...### Documentation Package
- [ ] add nuxt
- [ ] write documentation
- [ ] configure ssg (once available)
- [ ] setup gh-pages deployment
- [ ] get domain