doc: add doc for useCoarsePointer ecomfe/zrender#918
Before you start and run this project, make sure you have Nodejs and gulp installed. And if you want to build the source on Windows, you will also need to install Ruby and Bundler
Nodejs
gulp
Ruby
Bundler
If you have problems installing Jekyll, please refer to Jekyll’s official site.
Install gulp
npm i -g gulp
Install dependencies
npm i
Copy asset files (css, js, …) to source directory:
To preview docs, simply run npm start, then open http://localhost:4000/ in your browser, you can change the default url and port in ./src/_config.yml
npm start
./src/_config.yml
Open another terminal window and:
npm run build # build documentation to dist
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
ZRender Documentation
Installation
Before you start and run this project, make sure you have
Nodejsandgulpinstalled. And if you want to build the source on Windows, you will also need to installRubyandBundlerInstall
gulpInstall dependencies
Copy asset files (css, js, …) to source directory:
Preview
To preview docs, simply run
npm start, then open http://localhost:4000/ in your browser, you can change the default url and port in./src/_config.ymlBuild
Open another terminal window and: