Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolimits4web/Framework7
Full featured HTML framework for building iOS & Android apps
https://github.com/nolimits4web/Framework7
android components cordova framework ios library material material-design mobile phonegap touch
Last synced: 3 months ago
JSON representation
Full featured HTML framework for building iOS & Android apps
- Host: GitHub
- URL: https://github.com/nolimits4web/Framework7
- Owner: framework7io
- License: mit
- Created: 2014-02-23T12:15:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T07:49:17.000Z (7 months ago)
- Last Synced: 2024-05-23T06:06:28.047Z (5 months ago)
- Topics: android, components, cordova, framework, ios, library, material, material-design, mobile, phonegap, touch
- Language: JavaScript
- Homepage: http://framework7.io
- Size: 99 MB
- Stars: 17,904
- Watchers: 691
- Forks: 3,238
- Open Issues: 184
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - Framework7 - Full Featured HTML Framework For Building iOS & Android Apps (JavaScript)
README
Framework7
Full Featured Mobile HTML Framework For Building iOS & Android Apps
Supporting Framework7
Framework7 is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/framework7io/framework7/blob/master/BACKERS.md). If you'd like to join them, please consider [becoming a backer or sponsor on Patreon.](https://www.patreon.com/framework7)
Sponsors
## Getting Started
- [Getting Started Guide](https://framework7.io/docs/introduction.html)
## Framework7 Development
First, install all dependencies:
```
$ npm install
```### Development Builds
The following npm scripts are available to create development builds:
- `build:dev` - build development versions of all packages (Core, Vue, React, Svelte)
- `build-core:dev` - build development version of Core (vanilla JS) Framework7
- `build-react:dev` - build development version of Framework7 React package
- `build-vue:dev` - build development version of Framework7 Vue package
- `build-svelte:dev` - build development version of Framework7 Svelte packageCompiled results will be available in `build/` folder.
### Production Builds
To build production versions the following npm scripts are available:
- `build:prod` - build production versions of all packages (Core, Vue, React, Svelte)
- `build-core:prod` - build production version of Core (vanilla JS) Framework7
- `build-react:prod` - build production version of Framework7 React package
- `build-vue:prod` - build production version of Framework7 Vue package
- `build-svelte:prod` - build production version of Framework7 Svelte packageCompiled results will be available in `packages/` folder.
## Kitchen Sink
To run Kitchen Sink with development environment (development version will be built first) use the following npm scripts:
- `core` - build development version of Core (vanilla JS) Framework7 package and run core Kitchen Sink
- `react` - build development version of Framework7 React package and run React Kitchen Sink
- `vue` - build development version of Framework7 Vue package and run Vue Kitchen Sink
- `svelte` - build development version of Framework7 Svelte package and run Svelte Kitchen Sink## Source Code
Whole source code is located under the `/src/` folder.
## Contributing
Before you open an issue please review the [contributing](https://github.com/framework7io/framework7/blob/master/CONTRIBUTING.md) guideline.
**All changes should be committed to `src/` files only!**
Framework7 uses LESS for CSS compilations, and ES modules JS files.
The project uses [.editorconfig](http://editorconfig.org/) and [ESLint](https://eslint.org/) to define and lint the coding style of each file. We recommend that you install the Editor Config and ESLint extension for your preferred IDE.
If you want to help in Framework7 development and make it event better visit this page: https://framework7.io/contribute/
## Forum
If you have questions about Framework7 or want to help others you are welcome to special forum at https://forum.framework7.io/
## Docs
Documentation available at https://framework7.io/docs/
## Tutorials
Tutorials available at https://framework7.io/tutorials/
## Showcase
Appstore apps made with Framework7: https://framework7.io/showcase/
## Previous Versions
- [v7 branch](https://github.com/framework7io/Framework7/tree/v7)
- [v6 branch](https://github.com/framework7io/Framework7/tree/v6)
- [v5 branch](https://github.com/framework7io/Framework7/tree/v5)
- [v4 branch](https://github.com/framework7io/Framework7/tree/v4)
- [v3 branch](https://github.com/framework7io/Framework7/tree/v3)
- [v2 branch](https://github.com/framework7io/Framework7/tree/v2)
- [v1 branch](https://github.com/framework7io/Framework7/tree/v1)