Skip to content

Commit 9965c2b

Browse files
committed
Update README.md
1 parent 5334db8 commit 9965c2b

File tree

1 file changed

+3
-102
lines changed

1 file changed

+3
-102
lines changed

README.md

+3-102
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,4 @@
1-
# App Store
2-
3-
## Framework7 CLI Options
4-
5-
Framework7 app created with following options:
6-
7-
```
8-
{
9-
"cwd": "/Users/vladimirkharlampidi/GitHub/framework7-react-appstore",
10-
"type": [
11-
"pwa"
12-
],
13-
"name": "App Store",
14-
"framework": "react",
15-
"template": "tabs",
16-
"bundler": "webpack",
17-
"cssPreProcessor": "less",
18-
"theming": {
19-
"customColor": false,
20-
"color": "#007aff",
21-
"darkTheme": false,
22-
"iconFonts": true,
23-
"fillBars": false
24-
},
25-
"customBuild": true,
26-
"customBuildConfig": {
27-
"rtl": false,
28-
"darkTheme": true,
29-
"lightTheme": true,
30-
"themes": [
31-
"ios",
32-
"md",
33-
"aurora"
34-
],
35-
"components": [
36-
"appbar",
37-
"dialog",
38-
"popup",
39-
"login-screen",
40-
"popover",
41-
"actions",
42-
"sheet",
43-
"toast",
44-
"preloader",
45-
"progressbar",
46-
"sortable",
47-
"swipeout",
48-
"accordion",
49-
"contacts-list",
50-
"virtual-list",
51-
"list-index",
52-
"timeline",
53-
"tabs",
54-
"panel",
55-
"card",
56-
"chip",
57-
"form",
58-
"input",
59-
"checkbox",
60-
"radio",
61-
"toggle",
62-
"range",
63-
"stepper",
64-
"smart-select",
65-
"grid",
66-
"calendar",
67-
"picker",
68-
"infinite-scroll",
69-
"pull-to-refresh",
70-
"lazy",
71-
"data-table",
72-
"fab",
73-
"searchbar",
74-
"messages",
75-
"messagebar",
76-
"swiper",
77-
"photo-browser",
78-
"notification",
79-
"autocomplete",
80-
"tooltip",
81-
"gauge",
82-
"skeleton",
83-
"menu",
84-
"color-picker",
85-
"treeview",
86-
"text-editor",
87-
"elevation",
88-
"typography"
89-
]
90-
},
91-
"webpack": {
92-
"developmentSourceMap": true,
93-
"productionSourceMap": true,
94-
"hashAssets": false,
95-
"preserveAssetsPaths": false,
96-
"inlineAssets": true
97-
}
98-
}
99-
```
1+
# App Store UI
1002

1013
## NPM Scripts
1024

@@ -114,6 +16,7 @@ Webpack has specific way of handling static assets (CSS files, images, audios).
11416
## PWA
11517

11618
This is a PWA. Don't forget to check what is inside of your `service-worker.js`. It is also recommended that you disable service worker (or enable "Update on reload") in browser dev tools during development.
19+
11720
## Assets
11821

11922
Assets (icons, splash screens) source images located in `assets-src` folder. To generate your own icons and splash screen images, you will need to replace all assets in this directory with your own images (pay attention to image size and format), and run the following command in the project directory:
@@ -131,13 +34,11 @@ framework7 generate-assets --ui
13134
## Documentation & Resources
13235

13336
* [Framework7 Core Documentation](https://framework7.io/docs/)
134-
13537
* [Framework7 React Documentation](https://framework7.io/react/)
136-
13738
* [Framework7 Icons Reference](https://framework7.io/icons/)
13839
* [Community Forum](https://forum.framework7.io)
13940

14041
## Support Framework7
14142

14243
Love Framework7? Support project by donating or pledging on patreon:
143-
https://patreon.com/vladimirkharlampidi
44+
https://patreon.com/vladimirkharlampidi

0 commit comments

Comments
 (0)