Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.14 KB

README.MD

File metadata and controls

48 lines (31 loc) · 1.14 KB

Tabs editor module demo

Component-based editable tabs module for angular 1.6

Installation & usage

Install

  1. npm install
  2. npm install -g gulp-cli - if you don't have gulp

Run server (includes building)

  • gulp serve or npm run serve - development server with auto-refresh
  • gulp serve:dist or npm run serve:dist - development server, serving from dist

Build

Run gulp build or npm run build command. Builded files will be in dist directory

Test

For continious watch task use gulp test:auto or npm run test:auto

For single test run use gulp test or npm run test.

Dependencies

  • angular 1.6.2
  • angular-ui-router 1.0.0-rc.1

Features

  • It works :)
  • Mobile friendly
  • CRUD
  • Reusability
  • Theming
  • UI configuration

Credits

License

Unlicense