Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 786 Bytes

USE.md

File metadata and controls

57 lines (43 loc) · 786 Bytes

Use the Palantir

Introduction


Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Changelog to Timeline

palantir changelog "../my-project/CHANGELOG.md" "./my-project.json"

Documentation generator

palantir doc "../my-project/{*.md,\!(node_modules)/**/*.md}" "./my-project" "../my-project/"

Internal options

"options": {
  "upgrade.button": false, // no upgrade button in the header
  "upgrade.reload": false  // no automatic reload when the server's version changed
}