Writing documents
Less than 1 minute
Writing documents
The documentation is under active construction. If you want to help, you can start with the following:
- Refining examples of polyfill (find pages with missing examples here)
- Writing tutorials (e.g. integration with a tool)
- Help with translations (see Translate page)
How to
Documents are located in /docs in the repository
First, clone this repo and install dependence with npm
git clone https://github.com/zloirock/core-js.git
cd core-js
npm i
Then run docs:dev
to start the development server
npm run docs:dev
Server will start on localhost:8080
Tips
The documentation system provides a number of useful enhancements to the syntax, see docs of vuepress and vuepress-theme-hope