Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 432 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 432 Bytes

vue-table

Task

  • Implement a simple table
  • Populate it using sample data
  • Implement sorting and filtering without the help of a library

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Deploy gh-pages

npm run deploy