*project in development
I've started to learn Vue.js framework. This is my first project with simple functional. The table has sorting (A -> Z / Z -> A) at all columns, except date column.
There are a few goals, i'm trying to reach:
-
add filtering by three cases at once:
a) input with keyword (with submit event);
b) column selector;
c) option selector (equal, includes, more than, less than)
-
refactor the vue components to prettify whole structure
You need to make 2 terminals at yours IDE. At first terminal you running fake JSON-server, at second terminal you compiling project.
After ending of work, don't forget to stop executing of both terminals by typing CTRL+C (twice)!
json-server --watch db.json
npm run serve
Then enter http://localhost:8080/
npm run build