ngx-datatable
  • Introduction
    • Features
    • Architecture
    • Installing
    • Themeing
    • Getting Started
    • Change Detection
  • API
    • Table
      • Inputs
      • Outputs
      • Methods
      • Internals
    • Column
      • Inputs
      • Modes
      • Internals
    • Row Detail
      • Inputs
      • Outputs
    • Row
      • Custom row wrapper
  • Demos
    • Online
    • Source Code
  • Contributing
    • Building
    • Guidelines
    • Community
    • Credits
  • Changelog
Powered by GitBook
On this page
  • Pre-reqs
  • Commands
  • Depedencies
  1. Contributing

Building

PreviousContributingNextGuidelines

Last updated 5 years ago

This project uses for builds.

Pre-reqs

  • Node >= 6.0.0

  • Angular CLI

  • TypeScript >= 2.0.0

Commands

  • npm start: Starts Webpack dev server

  • npm run release: Builds code to dist folder

  • npm run test: Runs E2E Tests

  • npm run package: Runs builds, packages and copies results to ./release

Depedencies

  • webpack (npm install --global webpack)

  • webpack-dev-server (npm install --global webpack-dev-server)

  • karma (npm install --global karma-cli)

  • protractor (npm install --global protractor)

  • typescript (npm install --global typescript)

npm tasks