rezansrv / Employees-List-Vue

Employees List with Vue2 and api with Json Server have login and registry pages with routing and have task Todo list with using vuex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employees-List-Vue

Project setup

Step 1

Start the Server(Start up the JSON Server)

 type this command into your terminal: json-server --watch db.json . This will run on "https://localhost:3000" by default.

Step 2 (Open a new terminal)

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Employees List with Vue2 and api with Json Server have login and registry pages with routing and have task Todo list with using vuex


Languages

Language:Vue 86.7%Language:JavaScript 9.6%Language:HTML 3.7%