https://github.com/framework7io/v6.framework7.io
Framework7 v6 docs
https://github.com/framework7io/v6.framework7.io
Last synced: 4 months ago
JSON representation
Framework7 v6 docs
- Host: GitHub
- URL: https://github.com/framework7io/v6.framework7.io
- Owner: framework7io
- Created: 2022-04-11T11:53:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T12:26:04.000Z (almost 4 years ago)
- Last Synced: 2025-06-01T08:59:00.073Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Framework7-Website
Framework7's website to use these docs offline
http://framework7.io
## Gulp
Run `npm install` under root dir to install npm packages.
And then, you can use gulp to compile less and pug files, read more about [Gulp](http://gulpjs.com/).
gulp tasks list
- `gulp server`: run website on local server
- `gulp pug`: build pug files to html
- `gulp less`: build less files to css
- `gulp 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 CDN
- `gulp build -local`: build pug and less files use local resources instead of CDN
- `gulp server -local`: run website on local server and use local resources with next builds
## Contributing
All HTML and CSS changes should be committed to `src/` files only!