Skip to content

maceq687/vue-table

Repository files navigation

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