forked fromframework7io/framework7-website
- Notifications
You must be signed in to change notification settings - Fork0
Framework7 website for contributing and offline usage
NotificationsYou must be signed in to change notification settings
DAnn2012/framework7-website
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Framework7's website to use these docs offline
Runnpm install under root dir to install npm packages.And then, you can use gulp to compile less and pug files, read more aboutGulp.
gulp tasks list
gulp server: run website on local servergulp pug: build pug files to htmlgulp less: build less files to cssgulp build: build both pug and less files
By default all static resources refer to CDN host. To use local resources (for dev purpose only), you can call same gulp tasks with -local argument
gulp pug -local: build pug files to html and use local resources instead of CDNgulp build -local: build pug and less files use local resources instead of CDNgulp server -local: run website on local server and use local resoureses with next builds
All HTML and CSS changes should be commited tosrc/ files only!
About
Framework7 website for contributing and offline usage
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- CSS38.8%
- JavaScript33.4%
- HTML27.8%