[go: nahoru, domu]

Skip to content

tdjun/handsontable.webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handsontable-Webpack

  • webpack과 Babel을 이용하여 ES6 프로젝트 생성

  • handsontable, handlebars 적용하여 handontable autocomplete2 CellType을 구현

  • Add/Remove Row 구현

  • Merge handsontable Grid 구현

  • handsontable formula 기능구현

  • npm install

  • Build once:

    • npm run build
    • Open build/index.html
  • Watch files continuously, rebuild incrementally, whenever one of them changes:

    • npm run watch
    • Open build/index.html, manually reload page in browser whenever there was a change
  • Hot reloading via webpack dev server:

    • npm start
    • Go to http://localhost:8080/, page reloads automatically when there are changes