Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 727 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 727 Bytes

Vue Users Control Prototype

This is a prototype of users control component for Vue.

Users control features:

  • add new user with form
  • show users table page by page
  • select page size
  • sort by click on a column header

Running Prototype

  • Clone repository to your local computer.

  • Make shure Vue CLI is installed. To install Vue CLI run following:

    npm install -g @vue/cli
    
  • Make shure Vue CLI Service Global addon is installed. To install addon run:

    npm install -g @vue/cli-service-global
    
  • Run following command from project root directory:

    vue serve UserControl.vue
    
  • Go to http://localhost:8080 to check out User Control component.