Skip to main content

Writing documents

Less than 1 minutedevelopment

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:8080open in new window

Tips

The documentation system provides a number of useful enhancements to the syntax, see docs of vuepressopen in new window and vuepress-theme-hopeopen in new window