Skip to content

vbarinov/ng-tabs-editor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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