Installation page lsg-quickstart-installation source Installation Install Node.js on your computer. Open a console to your project. Use npm to install DocumentJS: > cd path/to/myproject > npm install documentjs --save-dev The --sav-dev flag saves DocumentJS in your package.json so other people who are working on your project can also use DocumentJS. Next Page
Install Node.js on your computer. Open a console to your project. Use npm to install DocumentJS:
The
--sav-dev
flag saves DocumentJS in yourpackage.json
so other people who are working on your project can also use DocumentJS.Next Page