Framework7's website to use these docs offline
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.
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 filesBy 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 resources with next buildsAll HTML and CSS changes should be committed to src/
files only!