Framework7's website to use these docs offline
Run npm install
under root dir to install npm packages.
And then, you can use grunt to compile less and jade files, read more about Gulp.
gulp tasks list
gulp server
: run website on local servergulp jade
: build jade files to htmlgulp less
: build less files to cssgulp build
: build both jade 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 jade -local
: build jade files to html and use local resources instead of CDNgulp build -local
: build jade 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 to src/
files only!