Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronksaunders/ionic-preact-capacitor-app
Capacitor Application Running Preact with Ionic Framework Web Components
https://github.com/aaronksaunders/ionic-preact-capacitor-app
ionic-capacitor ionic-framework javascript mobile-development preact preact-app web-components web-development webdevelopment
Last synced: about 12 hours ago
JSON representation
Capacitor Application Running Preact with Ionic Framework Web Components
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic-preact-capacitor-app
- Owner: aaronksaunders
- Created: 2020-03-30T04:37:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T04:52:53.000Z (almost 5 years ago)
- Last Synced: 2024-11-21T01:18:56.707Z (2 months ago)
- Topics: ionic-capacitor, ionic-framework, javascript, mobile-development, preact, preact-app, web-components, web-development, webdevelopment
- Language: Swift
- Homepage:
- Size: 693 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capacitor Application Running Preact with Ionic Framework Web Components
## Whats This Is...
This was just a basic test to get it working, I am certain there are some optimizations... currently I am loading the ionic libraries in the index html, and having issues with packaging for production builds.Have done much to test the routing, but the controller access is demonstrated with the actionsheet and the Ionic Styles are comming through which can be seen based on the screenshots
This is really just a test to show that the ionic web-components can work with javascript based frameworks, for the most part, I am certain there will be some potential gotchas, but hey it is a great set of components and they are just getting started
## Whats Working So Far
- running in web browser using default commands
- running from local host for live-reload, see capacitor.config.json
- cannot make a production build because of some error with Uglify, removed it from the build process
- have to turn off pre-rendering in the build, see package.json script modification